Skip to content

Commit

Permalink
[#7] Remove unwanted form in keyword#index view
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 30, 2021
1 parent aa3a43f commit 3688817
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/keywords/index.html.erb
@@ -1,8 +1,2 @@
<h1>Keywords#index</h1>
<p>Find me in app/views/keyword/index.html.erb</p>

<%= form_with url: keywords_path, method: :post do |form| %>
<%= form.label :keyword, "Search for:" %>
<%= form.text_field :keyword %>
<%= form.submit "Search" %>
<% end %>

0 comments on commit 3688817

Please sign in to comment.