feat: unify pickup selection
This commit is contained in:
@@ -128,17 +128,11 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{# Pickup Locations #}
|
||||
{% if participant.pickupOutbound %}
|
||||
{# Pickup Location #}
|
||||
{% if participant.pickup %}
|
||||
<div>
|
||||
<dt class="text-gray-600 font-semibold">Zustieg Hinfahrt</dt>
|
||||
<dd>{{ participant.pickupOutbound.label }}</dd>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if participant.pickupInbound %}
|
||||
<div>
|
||||
<dt class="text-gray-600 font-semibold">Zustieg Rückfahrt</dt>
|
||||
<dd>{{ participant.pickupInbound.label }}</dd>
|
||||
<dt class="text-gray-600 font-semibold">Zu- und Ausstieg</dt>
|
||||
<dd>{{ participant.pickup.label }}</dd>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user