diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
commit | b4676c11fbb6893558f3c168183786e666b3ae72 (patch) | |
tree | 2bc4ca428c56323555071372d5fd6cf09cfad432 /templates/_checked_in.html.ep | |
parent | b9f8d536b5125c12488b890e98c2e19fb8671090 (diff) |
Fix progress bar colours1.4.2
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 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> |