Compare commits

..

3 Commits

Author SHA1 Message Date
25d8b1ea7c Merge pull request 'fix-spacing' () from fix-spacing into staging
Reviewed-on: 
2024-05-26 14:18:07 +02:00
47a543fa64 fix spacing 2024-05-26 14:17:26 +02:00
4e8fd84134 Merge pull request 'fix typo' () from type into main
Reviewed-on: 
2024-05-25 18:53:00 +02:00

@ -281,7 +281,7 @@
{% if trip.trip_type %}
-
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
{% endif -%}
{%- endif -%}
)</small>
{% else %}
<strong class="text-primary-900 dark:text-white">{{ trip.planned_starting_time }}
@ -289,7 +289,7 @@
<small class="text-gray-600 dark:text-gray-100">({{ trip.cox_name -}}
{% if trip.trip_type %}
- {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
{% endif -%}
{%- endif -%}
)</small>
{% endif %}
<br />