2
0
Fork 0

Add space between 'Schicht' and time in navbar

This commit is contained in:
Luca 2022-04-22 17:09:24 +02:00
parent 78e9b85ff0
commit 6696bdca24
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p class="navbar-item has-text-danger">Bestätige deine Telefonnummer über den Link in der SMS</p>
{% endif %}
{% if helper.important_shift %}
<a class="navbar-item" href="{% url 'shift' helper.important_shift.pk %}">{%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht({{ helper.important_shift.start_at|date:"H:m" }})</a>
<a class="navbar-item" href="{% url 'shift' helper.important_shift.pk %}">{%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht ({{ helper.important_shift.start_at|date:"H:m" }})</a>
{% endif %}
{% endif %}
</div>