landingpage: Fix typo in required form element tag
This commit is contained in:
parent
40d926e62d
commit
863a33b111
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
</div>
|
</div>
|
||||||
%= form_for 'list_departures' => begin
|
%= form_for 'list_departures' => begin
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
%= text_field 'station', id => 'station', class => 'autocomplete white-text', require => undef
|
%= text_field 'station', id => 'station', class => 'autocomplete white-text', required => undef
|
||||||
<label for="station">Manuelle Eingabe (Name oder DS100)</label>
|
<label for="station">Manuelle Eingabe (Name oder DS100)</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="center-align">
|
<div class="center-align">
|
||||||
|
|
Loading…
Reference in a new issue