diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-11-28 20:00:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-11-28 20:00:00 +0100 |
commit | 1a1afd5de2ec3ee1b420b97746bb90aa5d5377e8 (patch) | |
tree | a950356b077ff4c3396f7345224b2a2d169563db /templates/_train_details.html.ep | |
parent | a1174bdba1e09476649eafba3e82f4c7e68c9d4a (diff) |
remove 'more details' link from train detail view
There aren't many details to show anymore, thanks to the lack of
Deutsche Bahn Sollwagenreihung Updates
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 26c2eb4..a996128 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -328,9 +328,4 @@ </ul> % } % } -% if ($icetype and not param('detailed')) { - <div class="verbose"> - <a href="<%= url_for->query(detailed => 1) %>">Mehr Details</a> - </div> -% } </div> <!-- mfooter --> |