diff --git a/app/views/tag_implications/index.html.erb b/app/views/tag_implications/index.html.erb index ab0e1d0fe..9a5643dfb 100644 --- a/app/views/tag_implications/index.html.erb +++ b/app/views/tag_implications/index.html.erb @@ -1,11 +1,9 @@
- + <%= simple_form_for(:search, method: :get, url: tag_implications_path, defaults: { required: false }) do |f| %> + <%= f.input :name_matches, label: "Name", input_html: { value: params[:search][:name_matches] } %> + <%= f.submit "Search" %> + <% end %> <%= render "listing", :tag_implications => @tag_implications %>