summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-30 10:49:25 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-03-30 10:49:25 +0200
commit2c54ad136394f7fef01f5143ee38a2a8e3e46925 (patch)
treea2ac2fd48dcce70ba74509ab4c40a8963c5077b4
parent5ff936e35a59ea7da2011dfbdcb4f2e261fb8551 (diff)
individualform: be a bit more descriptive
-rw-r--r--templates/individualform.html.ep3
-rw-r--r--templates/intro.html.ep2
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/individualform.html.ep b/templates/individualform.html.ep
index 2e5119f..1dba798 100644
--- a/templates/individualform.html.ep
+++ b/templates/individualform.html.ep
@@ -1,5 +1,6 @@
<div>
-Es werden nur maximal 1000 Ergebnisse angezeigt.
+Details zu individuellen Zugfahrten. Es werden nur maximal 1000 Ergebnisse
+angezeigt.
%= form_for individual => begin
Sortieren nach:
%= select_field order_by => [['Zeit ↓', 'scheduled_time.d'], ['Zeit ↑', 'scheduled_time.a'], ['Verspätung ↓', 'delay.d'], ['Verspätung ↑', 'delay.a']]
diff --git a/templates/intro.html.ep b/templates/intro.html.ep
index 9ce6f6f..1859a13 100644
--- a/templates/intro.html.ep
+++ b/templates/intro.html.ep
@@ -57,6 +57,6 @@ dabei ist ein Zug durchschnittlich
<br/>
<b>Top-Liste</b>:
%= include 'topform';
-<b>Einzelne Züge</b>
+<b>Einzelne Züge</b>:
%= include 'individualform';
</div>