feat: redesign rescue check

This commit is contained in:
2025-06-19 23:22:53 +02:00
parent d9730e765e
commit 1307b2ff7b
2 changed files with 10 additions and 8 deletions

View File

@@ -3,14 +3,16 @@
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<div class="card-header-title"> <div class="card-header-title">
<h2 class="title is-2"> <h2 class="title is-4">
<a href="{{ rescue_org.get_absolute_url_bulma }}">{{ rescue_org.name }}</a> <a href="{{ rescue_org.get_absolute_url_bulma }}">{{ rescue_org.name }}</a>
</h2> </h2>
<i>{% translate 'Zuletzt geprüft:' %} {{ rescue_org.last_checked_hr }}</i>
</div> </div>
</div> </div>
<div class="card-content"> <div class="card-content">
<p>
<strong>{% translate 'Zuletzt geprüft:' %}</strong> {{ rescue_org.last_checked_hr }}
</p>
{% if rescue_org.website %} {% if rescue_org.website %}
<a href="{{ rescue_org.website }}" target="_blank"> <a href="{{ rescue_org.website }}" target="_blank">
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i> <i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>

View File

@@ -4,7 +4,7 @@
<h1 class="title is-1">{% translate "Aktualitätscheck" %}</h1> <h1 class="title is-1">{% translate "Aktualitätscheck" %}</h1>
<p>{% translate "Überprüfe ob im Tierheim neue Vermittlungen ein Zuhause suchen" %}</p> <p>{% translate "Überprüfe ob im Tierheim neue Vermittlungen ein Zuhause suchen" %}</p>
<div class="grid is-col-min-20"> <div class="grid is-col-min-15">
{% for rescue_org in rescue_orgs %} {% for rescue_org in rescue_orgs %}
<div class="cell"> <div class="cell">
{% include "fellchensammlung/partials/partial-check-rescue-org.html" %} {% include "fellchensammlung/partials/partial-check-rescue-org.html" %}