diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-01-01 03:36:18 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-01-01 03:36:18 +0100 |
commit | dd7391c75fa08f0ca07da140b162cd3ff5a137ed (patch) | |
tree | 0d4e848e606a93e1f11e0d250c7052e196e53ebb /templates | |
parent | 5e79ff04c5efd40b9d1d799e7001e035c090e580 (diff) |
clean template: show more appropriate message when no matching departures were found
Diffstat (limited to 'templates')
-rw-r--r-- | templates/clean.html.ep | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 2b191e0..cc87b0b 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -112,8 +112,7 @@ % else { <p> -DB-Fakedisplay displays the next departures at a DB station, just like the big -LC display in the station itself. +<div class="error">No matching departures</div> </p> % } |