diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-09 18:14:16 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-09 18:14:16 +0200 |
commit | 374da8718236a3a1ad624ffbd63813b9cc8fd9fb (patch) | |
tree | 9f0140c4c14b7e63f6df519e64b5b33102b0deae /templates/_checked_in.html.ep | |
parent | 66a35a35ebd8efdd722597e6986cb431b3f629c0 (diff) |
hide status countdown when offline1.1.10
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index ffac3d6..43fda02 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -3,7 +3,7 @@ <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> <p> - <div class="center"> + <div class="center countdown"> % if ($journey->{departure_countdown} > 120) { Abfahrt in <%= sprintf('%.f', $journey->{departure_countdown} / 60) %> Minuten % } |