From 8c1888263ba1b79c86c677b8f7f665b7342b04c2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Apr 2019 22:27:07 +0200 Subject: show marker when unable to sync --- templates/_checked_in.html.ep | 1 + templates/layouts/default.html.ep | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 6c777bc..f31d41f 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -1,5 +1,6 @@
+ Eingecheckt

In <%= $journey->{train_type} %> <%= $journey->{train_no} %> diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index a2a5648..9dfd741 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -5,7 +5,7 @@ - % my $av = 'v7'; # asset version + % my $av = 'v8'; # asset version %= stylesheet "/static/${av}/css/materialize.min.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/local.css" -- cgit v1.2.3