diff options
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 5 |
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 --> |