diff options
-rw-r--r-- | templates/_connections.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index 324dfab..a8b74f7 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -22,6 +22,9 @@ %= $train->line % } <br/> + % if ($checkin_from) { + <a> + % } % if ($train->departure_is_cancelled) { %= $train->sched_departure->strftime('%H:%M') ⊖ @@ -32,6 +35,9 @@ %= sprintf('(%+d)', $train->departure_delay) % } % } + % if ($checkin_from) { + </a> + % } </td> <td class="<%= $td_class %>"> % if ($checkin_from) { |