summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-12-27 21:58:10 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-12-27 21:58:10 +0100
commitdcb42121bfc9f526cd4da289439071c9309f8f11 (patch)
tree6d9b25a4a943692eedb7ca71cc4999c673490351
parent54329470c1a432ba669f4d510e9b50ab790ffa39 (diff)
fix version info in individuallist
-rw-r--r--index.pl5
-rw-r--r--templates/individualform.html.ep2
2 files changed, 4 insertions, 3 deletions
diff --git a/index.pl b/index.pl
index 1298b8a..34c3c7a 100644
--- a/index.pl
+++ b/index.pl
@@ -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">