summaryrefslogtreecommitdiff
path: root/templates/history.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-04-19 18:03:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-04-19 18:03:10 +0200
commit020fe826606e8d02d326c7de8a8df758588f424b (patch)
treea4a4620180c9d21b7cce3d0595fa5bbbf7655cef /templates/history.html.ep
parent346f1474bbc1814bdbbd02c79f78f2c1bbaa0b43 (diff)
add commuter stats to history page
Diffstat (limited to 'templates/history.html.ep')
-rw-r--r--templates/history.html.ep8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep
index 93fa9f7..cb3d332 100644
--- a/templates/history.html.ep
+++ b/templates/history.html.ep
@@ -29,8 +29,12 @@
<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 class="col s12 m12 l5 center-align">
+ <a href="/history/map" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">map</i> Fahrtenkarte</a>
+ </div>
+ <div class="col s12 m12 l2">&nbsp;</div>
+ <div class="col s12 m12 l5 center-align">
+ <a href="/history/commute" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">search</i> nach Station</a>
</div>
</div>