Add station sub-labels to results table column headers

Show the through-route in each header: National Rail (origin → Paddington),
Transfer (Paddington → St Pancras), Eurostar (St Pancras → destination).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Edward Betts 2026-04-10 13:21:25 +01:00
parent 8433252cae
commit 5583a20143

View file

@ -98,9 +98,9 @@
<table class="results-table">
<thead>
<tr>
<th class="nowrap">National Rail</th>
<th class="col-transfer nowrap">Transfer</th>
<th class="nowrap">Eurostar</th>
<th>National Rail<br><span class="text-xs font-normal text-muted">{{ departure_station_name }} &rarr; Paddington</span></th>
<th class="col-transfer">Transfer<br><span class="text-xs font-normal text-muted">Paddington &rarr; St Pancras</span></th>
<th>Eurostar<br><span class="text-xs font-normal text-muted">St Pancras &rarr; {{ destination }}</span></th>
<th class="nowrap">Total</th>
</tr>
</thead>