summaryrefslogtreecommitdiff
path: root/templates/_public_status_card.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-05-09 18:14:16 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-05-09 18:14:16 +0200
commit374da8718236a3a1ad624ffbd63813b9cc8fd9fb (patch)
tree9f0140c4c14b7e63f6df519e64b5b33102b0deae /templates/_public_status_card.html.ep
parent66a35a35ebd8efdd722597e6986cb431b3f629c0 (diff)
hide status countdown when offline1.1.10
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r--templates/_public_status_card.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep
index 494ad43..4b3b787 100644
--- a/templates/_public_status_card.html.ep
+++ b/templates/_public_status_card.html.ep
@@ -4,7 +4,7 @@
<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i>
<span class="card-title"><%= $name %> ist unterwegs</span>
<p>
- <div class="center-align">
+ <div class="center-align countdown">
<b><%= $journey->{train_type} %> <%= $journey->{train_no} %></b><br/>
% if ($journey->{departure_countdown} > 120) {
Abfahrt in <%= sprintf('%.f', $journey->{departure_countdown} / 60) %> Minuten