summaryrefslogtreecommitdiff
path: root/templates/individualform.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/individualform.html.ep')
-rw-r--r--templates/individualform.html.ep3
1 files changed, 2 insertions, 1 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']]