fix a typo introduced in 8170ce5
This commit is contained in:
parent
8170ce5cd9
commit
5bc78117d9
1 changed files with 1 additions and 1 deletions
|
@ -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' autocomplete => 'off'
|
||||
%= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text', autocomplete => 'off'
|
||||
<label for="station">Fahrtziel</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue