diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 02:46:20 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 02:46:20 -0400 |
commit | b7ef3c9078f40e5c23f53c59b7741883c3bc2fb7 (patch) | |
tree | fba018bcab973fbc2554668f0d6b2d42daff794c /app/views/layouts | |
parent | 6c615c4eaa973d83778fc6d34157f823880765f1 (diff) |
misc form touch-up
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index dd0ea91..cf55c18 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -18,7 +18,7 @@ <%# This is the search bar #%> <div> <%= form_tag("/search", method: "get", :class => "search") do %> - <%= text_field_tag(:query, params[:query]) %> + <%= text_field_tag(:query, params[:query], type: "search") %> <%= submit_tag("Search", :name=>nil) %> <% end %> </div> |