Skip to content

Commit

Permalink
Remove unused id
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Jul 29, 2019
1 parent fa0c12f commit 941cdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mushrooms/_filter_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= form_for :filter, url: root_path, method: 'GET', id: 'my-form' do |f| %>
<%= form_for :filter, url: root_path, method: 'GET' do |f| %>
<%# mushroom class %>
<%= render 'filter_option', field: :mushroom_class, placeholder: 'Select class' %>

Expand Down

0 comments on commit 941cdeb

Please sign in to comment.