diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2024-01-22 19:13:46 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-29 19:59:09 +0100 |
commit | 824fb6973e1e5b85a0a4693f0fd1389a84409421 (patch) | |
tree | 00bef8c4809c3b48009591ae9341fa138d2ab223 /templates/landingpage.html.ep | |
parent | dbbeaeea960d21817f35dc9236f7bc80ca8b2411 (diff) |
unified train farbtupferl
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d)
Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 42a46f2..b42777d 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -25,9 +25,9 @@ <div class="card-content"> <span class="card-title">Ausfall dokumentieren</span> <p>Prinzipiell wärest du nun eingecheckt in - <%= $status->{train_type} %> <%= $status->{train_no} %> + %= include '_format_train', journey => $status ab <%= $status->{dep_name} %>, doch diese Fahrt fällt aus. - </p> + </p> <p>Falls du den Ausfall z.B. für Fahrgastrechte dokumentieren möchtest, wähle bitte jetzt das vorgesehene Ziel aus.</p> @@ -75,7 +75,7 @@ % } </div> </div> - <h1>Letzte Fahrten</h1> + <h2 style="margin-left: 0.75rem;">Letzte Fahrten</h2> %= include '_history_trains', date_format => '%d.%m', journeys => [journeys->get(uid => current_user->{id}, limit => 5, with_datetime => 1)]; % } % else { |