diff options
author | Derf Null <derf@finalrewind.org> | 2023-05-18 08:25:19 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-05-18 08:25:19 +0200 |
commit | 72f6c2ea2d49268228356d743a9d79fdd652c10a (patch) | |
tree | 4d9f3861a4811b4c2ae5cd10a0b8fa8e62ebd44e /templates/_checked_in.html.ep | |
parent | 671e518cafc03c1d8a123c65351a8a02d8d339a2 (diff) |
fix pride ICE not being indicated in public status card1.31.4
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 0ead240..b8c8c6b 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -3,7 +3,9 @@ <div class="card"> <div class="card-content"> <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> - <span class="card-title">Eingecheckt in <%= $journey->{train_type} %> <%= $journey->{train_no} %></span> + <span class="card-title"> + Eingecheckt in <%= $journey->{train_type} %> <%= $journey->{train_no} %> + </span> % if ($journey->{comment}) { <p><%= $journey->{comment} %></p> % } |