summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-23 20:24:29 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-23 20:24:29 +0100
commit7d29c0f25f4d7e4e47ea726bcdac1985da866126 (patch)
treef5d9b25218e97b2b260a9e26f9b9dcf3b9294452
parentb62c5fb4e2800f38ccb1341c3946532b6821ae61 (diff)
add 'more details' link to train details page3.8.6
-rw-r--r--templates/_train_details.html.ep5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep
index 57a6ca1..138c877 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -285,4 +285,9 @@
</ul>
% }
% }
+% if ($icetype and not param('detailed')) {
+ <div class="verbose">
+ <a href="<%= url_for->query(detailed => 1) %>">Mehr Details</a>
+ </div>
+% }
</div> <!-- mfooter -->