summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-11 20:42:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-11 20:42:38 +0200
commit863a33b111506e66850ccf1dcfde9e42584f52ab (patch)
treec207ba44d1c2eaf018853e13e5bee3eb3e0c9424 /templates/landingpage.html.ep
parent40d926e62dbd06b897f959afdbfc96bd9f4ca04d (diff)
landingpage: Fix typo in required form element tag
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r--templates/landingpage.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index 5d06dbf..5f69fd1 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -75,7 +75,7 @@
</div>
%= form_for 'list_departures' => begin
<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>
</div>
<div class="center-align">