Skip to content

Commit

Permalink
Update display message
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Jul 29, 2019
1 parent 0984001 commit f4ed17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mushrooms/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%= render 'table' %>
<%= paginate @mushrooms %>
<% elsif params[:filter].present? || params[:search].present? %>
<h5 class='title'>No results found. Try another filter.</h5>
<h6 class='title'>No results found. Try another filter or search.</h6>
<div class='image-container'>
<%= image_tag 'mushroom' %>
</div>
Expand Down

0 comments on commit f4ed17c

Please sign in to comment.