From f403763d8b9dba9afa446d780a8fdead78d5bd9e Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 21 Apr 2017 21:10:08 -0500 Subject: [PATCH] /tag_implications: convert to simple form. --- app/views/tag_implications/index.html.erb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 %>