Task: Misc adjustments
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-2xl font-bold pb-4">
|
||||
Meine Vergfügbarkeit
|
||||
Meine Verfügbarkeit
|
||||
</h1>
|
||||
<p class="pb-8">
|
||||
Hier kannst du angeben, wann du allgemein Zeit und Lust hättest, Einsätze zu absolvieren. Wenn wir in diesem
|
||||
@@ -28,7 +28,7 @@
|
||||
</h4>
|
||||
{% for availability in availabilities %}
|
||||
<div class="flex items-center space-x-2">
|
||||
<span>{{ availability }}</span>
|
||||
<span>{{ availability }}{% if availability.description %} ({{ availability.description }}){% endif %}</span>
|
||||
{% if is_granted('DELETE', availability) %}
|
||||
<button type="button"
|
||||
title="Zeitraum entfernen/löschen"
|
||||
@@ -70,7 +70,7 @@
|
||||
</h4>
|
||||
{% for availability in availabilities %}
|
||||
<div class="flex items-center space-x-2">
|
||||
<span>{{ availability }}</span>
|
||||
<span>{{ availability }}{% if availability.description %} ({{ availability.description }}){% endif %}</span>
|
||||
<a href="{{ path('app_teamer_profile_availability_add', { 'id': availability.id }) }}"
|
||||
title="Zeitraum hinzufügen">
|
||||
{{ icon('plus', 'w-5 h-5') }}
|
||||
|
||||
Reference in New Issue
Block a user