Compare commits
No commits in common. "ae096ad60286a78ffb94104f4c13fae0a687e216" and "25d8b1ea7cd028e5f8ff0d8a12b840528eb723d4" have entirely different histories.
ae096ad602
...
25d8b1ea7c
@ -106,7 +106,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
<small class="text-[#f43f5e]">({{ planned_event.name }}
|
<small class="text-[#f43f5e]">({{ planned_event.name }}
|
||||||
{%- if planned_event.trip_type %}
|
{%- if planned_event.trip_type %}
|
||||||
- {{ planned_event.trip_type.icon | safe }} {{ planned_event.trip_type.name }}
|
- {{ planned_event.trip_type.icon | safe }} {{ planned_event.trip_type.name }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
)</small>
|
)</small>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -116,7 +116,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
<small class="text-gray-600 dark:text-gray-100">({{ planned_event.name }}
|
<small class="text-gray-600 dark:text-gray-100">({{ planned_event.name }}
|
||||||
{%- if planned_event.trip_type %}
|
{%- if planned_event.trip_type %}
|
||||||
- {{ planned_event.trip_type.icon | safe }} {{ planned_event.trip_type.name }}
|
- {{ planned_event.trip_type.icon | safe }} {{ planned_event.trip_type.name }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
)</small>
|
)</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -280,7 +280,7 @@
|
|||||||
{{ trip.cox_name -}}
|
{{ trip.cox_name -}}
|
||||||
{% if trip.trip_type %}
|
{% if trip.trip_type %}
|
||||||
-
|
-
|
||||||
{{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
|
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
)</small>
|
)</small>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -288,7 +288,7 @@
|
|||||||
Uhr</strong>
|
Uhr</strong>
|
||||||
<small class="text-gray-600 dark:text-gray-100">({{ trip.cox_name -}}
|
<small class="text-gray-600 dark:text-gray-100">({{ trip.cox_name -}}
|
||||||
{% if trip.trip_type %}
|
{% if trip.trip_type %}
|
||||||
- {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
|
- {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
)</small>
|
)</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user