From 2c54ad136394f7fef01f5143ee38a2a8e3e46925 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Mar 2015 10:49:25 +0200 Subject: individualform: be a bit more descriptive --- templates/individualform.html.ep | 3 ++- templates/intro.html.ep | 2 +- 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 @@
-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
Top-Liste: %= include 'topform'; -Einzelne Züge +Einzelne Züge: %= include 'individualform';
-- cgit v1.2.3