diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:33:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:34:06 +0100 |
commit | ccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch) | |
tree | 6b685625b796dfe3c251ab012a80239c6d3d1795 /templates/history.html.ep | |
parent | e3fba3dcd493f609e107435867c4a67cb7ee420f (diff) |
testing a more organized history navigation1.18.9
Diffstat (limited to 'templates/history.html.ep')
-rw-r--r-- | templates/history.html.ep | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep index 3751741..1752000 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -1,31 +1,6 @@ -<h1>Fahrten</h1> +<h2>Fahrten</h2> -<div class="row"> - <div class="col s12"> - Hier finden sich alle bisherigen Zugfahrten und Statistiken für jedes - Jahr und jeden Monat. - </div> -</div> - -<h2>Nach Jahr</h2> %= include '_history_years', current => ''; -% if(0) { - <div class="row"> - <div class="col s12"> - Noch keine Fahrten. - </div> - </div> -% } - -<h2>Nach Monat</h2> -%= include '_history_months', current => ''; -% if(0) { - <div class="row"> - <div class="col s12"> - Noch keine Fahrten. - </div> - </div> -% } <h2>Auswertungen</h2> <div class="row"> |