/tag_implications: convert to simple form.
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
<div id="c-tag-implications">
|
<div id="c-tag-implications">
|
||||||
<div id="a-index">
|
<div id="a-index">
|
||||||
<div class="search">
|
<%= simple_form_for(:search, method: :get, url: tag_implications_path, defaults: { required: false }) do |f| %>
|
||||||
<%= form_tag(tag_implications_path, :method => :get) do %>
|
<%= f.input :name_matches, label: "Name", input_html: { value: params[:search][:name_matches] } %>
|
||||||
<%= text_field :search, :name_matches, :value => params[:search][:name_matches] %>
|
<%= f.submit "Search" %>
|
||||||
<%= submit_tag "Search" %>
|
<% end %>
|
||||||
<% end %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%= render "listing", :tag_implications => @tag_implications %>
|
<%= render "listing", :tag_implications => @tag_implications %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user