summaryrefslogtreecommitdiff
path: root/templates/history.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-24 15:15:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-24 15:15:53 +0200
commit35b3fc44e9a6492ef1d7102f73b59da57401c3f8 (patch)
treeb9c692f8f1051c0cb41d8aa27f9e23ebe4211031 /templates/history.html.ep
parentaa0f9fdeeacf87fcba54f4afa6c3cbf5cf80c43e (diff)
history: Use buttons for links
Diffstat (limited to 'templates/history.html.ep')
-rw-r--r--templates/history.html.ep13
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep
index 10cc596..05f4777 100644
--- a/templates/history.html.ep
+++ b/templates/history.html.ep
@@ -8,11 +8,14 @@
</div>
<div class="row">
- <div class="col s12">
- <ul>
- <li><a href="/history.json">JSON-Export aller Zugfahrten</a> (Das Datenlayout ist noch nicht final)</li>
- <li><a href="/cancelled">Ausgefallene Züge</a></li>
- </ul>
+ <div class="col s12 m12 l4 center-align">
+ <a href="/cancelled" class="waves-effect waves-light btn"><i class="material-icons left">cancel</i> Zugausfälle</a>
+ </div>
+ <div class="col s12 m12 l4">
+ &nbsp;
+ </div>
+ <div class="col s12 m12 l4 center-align">
+ <a href="/history.json" class="waves-effect waves-light btn"><i class="material-icons left">cloud</i> JSON-Export</a>
</div>
</div>