mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 06:15:44 -04:00
Add autocomplete=off to location field
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
.control-group
|
||||
=f.label :location, 'Your location', :class => 'control-label'
|
||||
.controls
|
||||
=f.text_field :location
|
||||
=f.text_field :location, :autocomplete => "off"
|
||||
%span.help-inline This will be displayed on a map. You can be as detailed or vague as you like.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user