From f01f108f94f53846268188d8e9a63ad36613bcab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 14 Jul 2022 21:05:07 +0200 Subject: increased click area for checkin --- templates/_connections.html.ep | 12 ++++++------ templates/departures.html.ep | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index d09f0c0..9b009df 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -7,10 +7,10 @@ % $td_class = 'cancelled'; % $link_class = 'action-cancelled-from'; % } - + % if ($checkin_from) { - <%= $train->line %> + <%= $train->line %> % } % else { %= $train->line @@ -18,7 +18,7 @@ % if ($checkin_from) { - <%= $via %> + <%= $via %> % } % else { %= $via @@ -70,10 +70,10 @@ % $td_class = 'cancelled'; % $link_class = 'action-cancelled-from'; % } - + % if ($checkin_from) { - <%= $train->line %> + <%= $train->line %> % } % else { %= $train->line @@ -81,7 +81,7 @@ % if ($checkin_from) { - <%= $via %> + <%= $via %> % } % else { %= $via diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 91b3331..220d951 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -86,14 +86,14 @@ % } - + - + <%= $result->line %> - + <%= $result->destination %> -- cgit v1.2.3