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.ep11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/individualform.html.ep b/templates/individualform.html.ep
index 1dba798..689527d 100644
--- a/templates/individualform.html.ep
+++ b/templates/individualform.html.ep
@@ -1,10 +1,11 @@
-<div>
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']]
-%= submit_button 'Go';
-<br/>
+<div class="row">
+ <div class="input-field col s12">
+ <label class="active">Sortierung</label>
+ %= select_field order_by => [['Zeit ↓', 'scheduled_time.d'], ['Zeit ↑', 'scheduled_time.a'], ['Verspätung ↓', 'delay.d'], ['Verspätung ↑', 'delay.a']]
+ </div>
+</div>
%= include 'filterform';
% end