Skip to content

Commit

Permalink
Fix #17, Fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed May 6, 2014
1 parent 56d4be4 commit 78b7c6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/activeadmin/_src_search.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<%= form_tag("", method: "get") do %>
<%= form_tag("", {method: "get", :class => 'filter_form'}) do %>
<%= label_tag(:q_embed, "Search for:") %>
<%= text_field_tag(:qe) %>
<%= text_field_tag(:qe, params[:qe]) %>
<div class="buttons">
<%= submit_tag("Search") %>
<%= link_to("Clear Search", "#", :class => "clear_filters_btn")%>
</div>
<% end %>

0 comments on commit 78b7c6f

Please sign in to comment.