diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-18 15:45:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-18 15:45:10 +0200 |
commit | 493d9f816cf6176291af4d78a80eaab04e583a51 (patch) | |
tree | 30ae2cc7b3328a2d5c46cbbf6339974a8d8117fb /templates/infoscreen.html.ep | |
parent | 8a3da10e0ccdf2666667951411b0204dc8d712d9 (diff) |
merge dbf moreinfo stylesheet
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 880180f..023560f 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -67,6 +67,7 @@ % } </span> <!-- train-route --> </div> <!-- mheader --> + <div class="mfooter"> % if ($departure->isa('Travel::Status::DE::EFA::Result')) { Fahrplan: <table class="scheduled"> @@ -136,6 +137,7 @@ % } </table> % } + </div> <!-- mfooter --> </span> <!-- moreinfo --> <span class="route"> % if ($departure->can('route_interesting') and $departure->route_interesting) { |