Commit 42bb5cc4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add autocomplete for station form

parent c8f9fc90
Loading
Loading
Loading
Loading
+8474 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
						</div>
						%= form_for 'list_departures' => begin
							<div class="input-field text-white">
								%= text_field 'station', id => 'station', class => 'white-text', require => undef
								%= text_field 'station', id => 'station', class => 'autocomplete white-text', require => undef
								<label for="station">Manuelle Eingabe (Name oder DS100)</label>
							</div>
							<div class="center-align">
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
	%= javascript "/static/${av}/js/materialize.min.js"
	%= javascript "/static/${av}/js/travelynx-actions.min.js"
	% if (stash('with_geolocation')) {
		%= javascript "/static/${av}/js/autocomplete.min.js"
		%= javascript "/static/${av}/js/geolocation.min.js"
	% }
</head>