diff options
Diffstat (limited to 'templates/_connections.html.ep')
-rw-r--r-- | templates/_connections.html.ep | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index 1c7f003..d421d4e 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -1,8 +1,4 @@ -<span class="card-title" style="margin-top: 2ex;">Verbindungen</span> -% if ($checkin_from) { - <p>Zug auswählen zum Einchecken mit Zielwahl.</p> -% } -<div class="hide-on-med-and-up"><table><tbody> +<div class="hide-on-med-and-up"><table class="striped"><tbody> % for my $res (@{$connections}) { % my ($train, $via) = @{$res}; <tr> @@ -30,7 +26,7 @@ </tr> % } </tbody></table></div> -<div class="hide-on-small-only"><table><tbody> +<div class="hide-on-small-only"><table class="striped"><tbody> % for my $res (@{$connections}) { % my ($train, $via) = @{$res}; <tr> |