Relabel inbound circle line services: Circle (aim for) and next (fallback)
Consistent with outbound labelling. The first service is the one to aim for if the Eurostar arrives slightly early; the second is dimmed as it may not leave enough time for the GWR connection. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5910bae33b
commit
2f554b9ca0
2 changed files with 4 additions and 4 deletions
|
|
@ -545,8 +545,8 @@
|
|||
{% if row.circle_services | length > 1 %}
|
||||
{% set c_early = row.circle_services[0] %}
|
||||
{% set c = row.circle_services[1] %}
|
||||
<br><span class="text-xs text-muted nowrap" style="opacity:0.7">earlier {{ c_early.depart }} → PAD {{ c_early.arrive_pad }} · £{{ "%.2f"|format(c_early.fare) }}</span>
|
||||
<br><span class="text-xs text-muted nowrap">Circle {{ c.depart }} → PAD {{ c.arrive_pad }} · £{{ "%.2f"|format(c.fare) }}</span>
|
||||
<br><span class="text-xs text-muted nowrap">Circle {{ c_early.depart }} → PAD {{ c_early.arrive_pad }} · £{{ "%.2f"|format(c_early.fare) }}</span>
|
||||
<br><span class="text-xs text-muted nowrap" style="opacity:0.7">next {{ c.depart }} → PAD {{ c.arrive_pad }}</span>
|
||||
{% else %}
|
||||
{% set c = row.circle_services[0] %}
|
||||
<br><span class="text-xs text-muted nowrap">Circle {{ c.depart }} → PAD {{ c.arrive_pad }} · £{{ "%.2f"|format(c.fare) }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue