diff --git a/app/views/vehicles/_list.html.erb b/app/views/vehicles/_list.html.erb index a1358df..6930783 100644 --- a/app/views/vehicles/_list.html.erb +++ b/app/views/vehicles/_list.html.erb @@ -21,6 +21,8 @@ <%= will_paginate @vehicles %> +

Matching <%= @vehicles.count %> Vehicles

+ <% else %>

There are no vehicles containing the term(s) <%= params[:search] %>.

<% end %>