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:
parent
8433252cae
commit
5583a20143
1 changed files with 3 additions and 3 deletions
|
|
@ -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 }} → Paddington</span></th>
|
||||
<th class="col-transfer">Transfer<br><span class="text-xs font-normal text-muted">Paddington → St Pancras</span></th>
|
||||
<th>Eurostar<br><span class="text-xs font-normal text-muted">St Pancras → {{ destination }}</span></th>
|
||||
<th class="nowrap">Total</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue