summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-11-28 20:00:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-11-28 20:00:00 +0100
commit1a1afd5de2ec3ee1b420b97746bb90aa5d5377e8 (patch)
treea950356b077ff4c3396f7345224b2a2d169563db
parenta1174bdba1e09476649eafba3e82f4c7e68c9d4a (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
-rw-r--r--templates/_train_details.html.ep5
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 -->