diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 2ca8f55..9bdcbde 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -118,7 +118,7 @@ ul.suggestions { } } } -.departures .dep-line { +.dep-line { text-align: center; padding: .2rem; color: white; @@ -131,7 +131,7 @@ ul.suggestions { width: fit-content; min-width: 6ch; margin: 0 auto; - + &.Bus, &.RUF, &.AST { background-color: #a3167e; border-radius: 5rem; diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 9621ba6..1a58091 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -7,12 +7,7 @@ Ziel wählen % } - % if ($journey->{train_line}) { - <%= $journey->{train_type} %> <%= $journey->{train_line} %> <%= $journey->{train_no} %> - % } - % else { - <%= $journey->{train_type} %> <%= $journey->{train_no} %> - % } + %= include '_format_train', journey => $journey % if ($journey->{comment}) {
<%= $journey->{comment} %>
diff --git a/templates/_checked_out.html.ep b/templates/_checked_out.html.ep index 98db660..5a944dc 100644 --- a/templates/_checked_out.html.ep +++ b/templates/_checked_out.html.ep @@ -1,7 +1,8 @@Aus <%= $journey->{train_type} %> <%= $journey->{train_no} %> +
Aus + %= include '_format_train', journey => $journey bis <%= $journey->{arr_name} %>
% if (@{stash('connections_iris') // [] } or @{stash('connections_hafas') // []}) { Verbindungen diff --git a/templates/_format_train.html.ep b/templates/_format_train.html.ep index 5b61682..1d6acaa 100644 --- a/templates/_format_train.html.ep +++ b/templates/_format_train.html.ep @@ -1,9 +1,10 @@ % if ($journey->{extra_data}{wagonorder_pride}) { 🏳️🌈 % } + + <%= $journey->{train_type} %> + <%= $journey->{train_line} // $journey->{train_no}%> + % if ($journey->{train_line}) { - <%= $journey->{train_type} %> <%= $journey->{train_line} %> <%= $journey->{train_no} %> -% } -% else { - <%= $journey->{train_type} %> <%= $journey->{train_no} %> + <%= $journey->{train_no} %> % } diff --git a/templates/_history_trains.html.ep b/templates/_history_trains.html.ep index 6bcd8cd..51f776c 100644 --- a/templates/_history_trains.html.ep +++ b/templates/_history_trains.html.ep @@ -17,7 +17,11 @@ % }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. -
+Falls du den Ausfall z.B. für Fahrgastrechte dokumentieren möchtest, wähle bitte jetzt das vorgesehene Ziel aus.
@@ -75,7 +75,7 @@ % }