summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-18 10:16:49 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-18 10:16:49 +0200
commitb4676c11fbb6893558f3c168183786e666b3ae72 (patch)
tree2bc4ca428c56323555071372d5fd6cf09cfad432 /templates
parentb9f8d536b5125c12488b890e98c2e19fb8671090 (diff)
Fix progress bar colours1.4.2
Diffstat (limited to 'templates')
-rw-r--r--templates/_checked_in.html.ep2
-rw-r--r--templates/_public_status_card.html.ep4
-rw-r--r--templates/layouts/default.html.ep2
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep
index d51097e..1e15cbd 100644
--- a/templates/_checked_in.html.ep
+++ b/templates/_checked_in.html.ep
@@ -31,7 +31,7 @@
Ankunft in mehr als zwei Stunden
% }
</div>
- <div class="progress " style="height: 1ex;">
+ <div class="progress" style="height: 1ex;">
<div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
</div>
</p>
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep
index 0863723..543c72f 100644
--- a/templates/_public_status_card.html.ep
+++ b/templates/_public_status_card.html.ep
@@ -33,8 +33,8 @@
Ankunft in mehr als zwei Stunden
% }
</div>
- <div class="progress grey lighten-3" style="height: 1ex;">
- <div class="determinate blue" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
+ <div class="progress" style="height: 1ex;">
+ <div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
</div>
</p>
<p>
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 3c237a0..4c94c50 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Travelynx">
- % my $av = 'v22'; # asset version
+ % my $av = 'v23'; # asset version
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96">