Loading templates/add_journey.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ </div> <div class="row"> <div class="input-field col s12"> %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', required => undef %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="dep_station">Start (Name oder DS100)</label> </div> <div class="input-field col s12"> Loading @@ -65,7 +65,7 @@ </div> <div class="row"> <div class="input-field col s12"> %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', required => undef %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="arr_station">Ziel (Name oder DS100)</label> </div> <div class="input-field col s12"> Loading templates/commute.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ </div> </div> <div class="input-field col s12 m12 l6"> %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text' %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text' autocomplete => 'off' <label for="station">Fahrtziel</label> </div> </div> Loading templates/edit_journey.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ <tr> <th scope="row">Start:</th> <td class="input-field"> %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', required => undef %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', autocomplete => 'off', required => undef </td> </tr> <tr> Loading @@ -81,7 +81,7 @@ <tr> <th scope="row">Ziel:</th> <td class="input-field"> %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', required => undef %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', autocomplete => 'off', required => undef </td> </tr> <tr> Loading templates/landingpage.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ </div> %= form_for 'list_departures' => begin <div class="input-field"> %= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', required => undef %= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef <label for="station">Manuelle Eingabe (Name oder DS100)</label> </div> <div class="center-align"> Loading Loading
templates/add_journey.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ </div> <div class="row"> <div class="input-field col s12"> %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', required => undef %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="dep_station">Start (Name oder DS100)</label> </div> <div class="input-field col s12"> Loading @@ -65,7 +65,7 @@ </div> <div class="row"> <div class="input-field col s12"> %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', required => undef %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="arr_station">Ziel (Name oder DS100)</label> </div> <div class="input-field col s12"> Loading
templates/commute.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ </div> </div> <div class="input-field col s12 m12 l6"> %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text' %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text' autocomplete => 'off' <label for="station">Fahrtziel</label> </div> </div> Loading
templates/edit_journey.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ <tr> <th scope="row">Start:</th> <td class="input-field"> %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', required => undef %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', autocomplete => 'off', required => undef </td> </tr> <tr> Loading @@ -81,7 +81,7 @@ <tr> <th scope="row">Ziel:</th> <td class="input-field"> %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', required => undef %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', autocomplete => 'off', required => undef </td> </tr> <tr> Loading
templates/landingpage.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ </div> %= form_for 'list_departures' => begin <div class="input-field"> %= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', required => undef %= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef <label for="station">Manuelle Eingabe (Name oder DS100)</label> </div> <div class="center-align"> Loading