summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>