diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/barform.html.ep | 1 | ||||
-rw-r--r-- | templates/topform.html.ep | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/barform.html.ep b/templates/barform.html.ep index 6b23fe2..0b8b82d 100644 --- a/templates/barform.html.ep +++ b/templates/barform.html.ep @@ -70,6 +70,7 @@ Optionale Einschränkungen: und %= text_field 'filter_delay_max', class => 'delay', placeholder => '+∞' Minuten (inklusive). + %= submit_button 'Go' </div> </div> % end diff --git a/templates/topform.html.ep b/templates/topform.html.ep index fae48cd..f92c283 100644 --- a/templates/topform.html.ep +++ b/templates/topform.html.ep @@ -1,9 +1,8 @@ <div> %= form_for top => begin -%= submit_button 'Go' -<br/> % my $filter_opts = $self->barplot_filters; -Optionale Einschränkungen: +Nach Häufigkeit sortierte Verspätungs- und Qualitätsmeldungen. +Die Einschränkungen sind alle optional. <div class="field"> <div class="desc"> Linie: @@ -45,6 +44,7 @@ Optionale Einschränkungen: und %= text_field 'filter_delay_max', class => 'delay', placeholder => '+∞' Minuten (inklusive). + %= submit_button 'Go' </div> </div> % end |