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,20 +3,22 @@
<div class="card">
<div class="card-header">
<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>
</h2>
<i>{% translate 'Zuletzt geprüft:' %} {{ rescue_org.last_checked_hr }}</i>
</div>
</div>
<div class="card-content">
<p>
<strong>{% translate 'Zuletzt geprüft:' %}</strong> {{ rescue_org.last_checked_hr }}
</p>
{% if rescue_org.website %}
<a href="{{ rescue_org.website }}" target="_blank">
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>
{{ rescue_org.website|domain }}
</a>
{% endif %}
<a href="{{ rescue_org.website }}" target="_blank">
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>
{{ rescue_org.website|domain }}
</a>
{% endif %}
</div>
<div class="card-footer">
<div class="card-footer-item is-paddingless">

View File

@@ -4,7 +4,7 @@
<h1 class="title is-1">{% translate "Aktualitätscheck" %}</h1>
<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 %}
<div class="cell">
{% include "fellchensammlung/partials/partial-check-rescue-org.html" %}