Update _list.html.erb

This commit is contained in:
2018-09-19 10:07:52 -04:00
committed by GitHub
parent e3ce2445b8
commit 260e9f3e4a

View File

@@ -21,6 +21,8 @@
<%= will_paginate @vehicles %>
</div>
<p>Matching <%= @vehicles.count %> Vehicles </p>
<% else %>
<p>There are no vehicles containing the term(s) <%= params[:search] %>.</p>
<% end %>