Add (CET) label next to inbound Eurostar departure time
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
298ce14812
commit
a88b19fa4c
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@
|
|||
{% if row.row_type == 'trip' %}
|
||||
{% if section.direction == 'inbound' %}
|
||||
<td>
|
||||
<span class="font-bold nowrap">{{ row.depart_destination }} → {{ row.arrive_st_pancras }} <span class="font-normal text-muted" style="font-size:0.85em">(UK)</span></span>
|
||||
<span class="font-bold nowrap"><span class="font-normal text-muted" style="font-size:0.85em">(CET)</span> {{ row.depart_destination }} → {{ row.arrive_st_pancras }} <span class="font-normal text-muted" style="font-size:0.85em">(UK)</span></span>
|
||||
<br><span class="text-xs text-muted">check in by {{ row.check_in_by }}</span>
|
||||
{% if row.eurostar_duration or row.train_number %}
|
||||
<br><span class="text-xs text-muted">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue