Skip to content

Commit

Permalink
removes redundant class
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jan 7, 2015
1 parent 5c9eb97 commit 4138fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_search_form.html.erb
@@ -1,4 +1,4 @@
<%= form_tag search_action_url, :method => :get, :class => 'search-query-form form-inline clearfix navbar-form' do %>
<%= form_tag search_action_url, :method => :get, :class => 'search-query-form clearfix navbar-form' do %>
<%= render_hash_as_hidden_fields(params_for_search().except(:q, :search_field, :qt, :page, :utf8)) %>
<% unless search_fields.empty? %>
Expand Down

0 comments on commit 4138fde

Please sign in to comment.