diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-02-08 20:58:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-08 20:58:32 +0100 |
commit | df7d82cd36bccae95ae6f6c50b5e2f97979d67e9 (patch) | |
tree | 2b7700e8f13675effbca9002a6d70310bcd8fb0f /templates/clean.html.ep | |
parent | 7072efe5beea6b7dd854c5468f0beb8b5914f082 (diff) |
fucking headers, how do they even look good?
(not like this, but still better than before...)
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r-- | templates/clean.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 5e35153..538102f 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -76,6 +76,7 @@ <div class="minfo">+<%= $departure->{delay} %></div> % } </div> <!-- mheader --> + <div class="mfooter"> <div class="platforminfo"> % if ($departure->{platform}) { Gleis <%= $departure->{platform} %> @@ -163,6 +164,7 @@ % } </ul> % } + </div> <!-- mfooter --> </div> <!-- moreinfo --> % if ($departure->{info} and length $departure->{info}) { <span class="info"> |