diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-12-27 21:58:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-12-27 21:58:10 +0100 |
commit | dcb42121bfc9f526cd4da289439071c9309f8f11 (patch) | |
tree | 6d9b25a4a943692eedb7ca71cc4999c673490351 | |
parent | 54329470c1a432ba669f4d510e9b50ab790ffa39 (diff) |
fix version info in individuallist
-rw-r--r-- | index.pl | 5 | ||||
-rw-r--r-- | templates/individualform.html.ep | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -775,8 +775,9 @@ get '/individual' => sub { $self->render( 'individuallist', - title => 'foo', - list => $res, + title => 'foo', + list => $res, + version => $VERSION, ); }; diff --git a/templates/individualform.html.ep b/templates/individualform.html.ep index 689527d..6db815c 100644 --- a/templates/individualform.html.ep +++ b/templates/individualform.html.ep @@ -1,4 +1,4 @@ -Details zu individuellen Zugfahrten. Es werden nur maximal 1000 Ergebnisse +Details zu individuellen Zugfahrten. Es werden maximal 100 Ergebnisse angezeigt. %= form_for individual => begin <div class="row"> |