From b12b201c4d598fae2eec3df8dbac810ddc9861f4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 14 Sep 2018 20:14:28 +0200 Subject: use table layout for checkout station list --- templates/checkin.html.ep | 21 ++++++++++++++------- templates/landingpage.html.ep | 11 ++++++----- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/templates/checkin.html.ep b/templates/checkin.html.ep index 96cd80f..7e68a0b 100644 --- a/templates/checkin.html.ep +++ b/templates/checkin.html.ep @@ -35,13 +35,20 @@
Weitere Route: -
    - % for my $station ($train->route_post) { -
  • <%= $station %> - (hier auschecken) -
  • - % } -
+
+
+
+
+ + + % for my $station ($train->route_post) { + + + + + % } + +
<%= $station %>hier auschecken
% } diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 2190862..0207118 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -8,14 +8,15 @@

Du bist gerade eingecheckt in <%= $status->{train_type} %> <%= $status->{train_no} %> ab <%= $status->{station_name} %>.

-

Auschecken? -