From f4ed17c72d657ad6f96d2781161c286b62e6b60d Mon Sep 17 00:00:00 2001 From: Halimat Mercy Oseni Date: Mon, 29 Jul 2019 02:38:57 +0100 Subject: [PATCH] Update display message --- app/views/mushrooms/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mushrooms/index.html.erb b/app/views/mushrooms/index.html.erb index 6c9ada2..97072bb 100644 --- a/app/views/mushrooms/index.html.erb +++ b/app/views/mushrooms/index.html.erb @@ -11,7 +11,7 @@ <%= render 'table' %> <%= paginate @mushrooms %> <% elsif params[:filter].present? || params[:search].present? %> -
No results found. Try another filter.
+
No results found. Try another filter or search.
<%= image_tag 'mushroom' %>