diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-16 15:57:09 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-16 15:57:09 +0100 |
commit | 733fe2d853cc2aa4f759d2454171e17409551dfb (patch) | |
tree | 9fb64d2f26d87e203234c7da8ed722f8f8608158 /templates/history.html.ep | |
parent | 77e4998708a31d38e4d04f185c9fc12e26245d2c (diff) |
map: add legend, link to history map from history page
Diffstat (limited to 'templates/history.html.ep')
-rw-r--r-- | templates/history.html.ep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep index 607a356..93fa9f7 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -27,6 +27,13 @@ </div> % } +<h2>Auswertungen</h2> +<div class="row"> + <div class="col s12 m12 l12 center-align"> + <a href="/history/map" class="waves-effect waves-light btn"><i class="material-icons left">map</i> Fahrtenkarte</a> + </div> +</div> + <h2>Ausfälle und Verspätungen</h2> <div class="row"> <div class="col s12 m12 l5 center-align"> |