summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-02 10:45:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-02 10:45:59 +0200
commit408d738127fda171b330519d25cc73dee65c9b28 (patch)
treed5196ddd05c4bef24bf4c632f441d9283f1e55ac /templates
parentf5cdad8481c31bd6a4879e9c6efd2c93c64ca6f3 (diff)
geotrain: show likelihood, distinguish between no track / no trains3.11.2
Diffstat (limited to 'templates')
-rw-r--r--templates/geotrain.html.ep2
-rw-r--r--templates/layouts/app.html.ep2
-rw-r--r--templates/layouts/legacy.html.ep2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/geotrain.html.ep b/templates/geotrain.html.ep
index b79747e..ae0d7e1 100644
--- a/templates/geotrain.html.ep
+++ b/templates/geotrain.html.ep
@@ -1,5 +1,5 @@
<div class="geolocation">
-<div class="candidateheader">Experimentelles Beta-Feature. URL und API können sich jederzeit ändern.<br/><br/>Züge auf der Strecke:</div>
+<div class="candidateheader">Experimentelles Beta-Feature.<br/><br/>Züge auf der Strecke:</div>
<div class="candidatestatus">Bitte warten…</div>
<div class="candidatelist"></div>
</div> <!-- geolocation -->
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index 75dca45..40ef134 100644
--- a/templates/layouts/app.html.ep
+++ b/templates/layouts/app.html.ep
@@ -18,7 +18,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v48'; # asset version
+ % my $av = 'v49'; # asset version
% if (session('theme') and session('theme') eq 'dark' or param('dark')) {
%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
% }
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep
index a169e8a..10a7629 100644
--- a/templates/layouts/legacy.html.ep
+++ b/templates/layouts/legacy.html.ep
@@ -17,7 +17,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v48'; # asset version
+ % my $av = 'v49'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"