From 863a33b111506e66850ccf1dcfde9e42584f52ab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 11 Apr 2019 20:42:38 +0200 Subject: landingpage: Fix typo in required form element tag --- templates/landingpage.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@ %= form_for 'list_departures' => begin
- %= text_field 'station', id => 'station', class => 'autocomplete white-text', require => undef + %= text_field 'station', id => 'station', class => 'autocomplete white-text', required => undef
-- cgit v1.2.3