Update index.html.erb

This commit is contained in:
2016-04-27 08:02:40 -04:00
parent 76e230770b
commit 75a651dd3b

View File

@@ -12,6 +12,8 @@
</div> </div>
<% end %> <% end %>
<%= will_paginate @vehicles %>
<div class="actions"> <div class="actions">
<%= button_to "New", new_vehicle_path, method: :get %> <%= button_to "New", new_vehicle_path, method: :get %>
</div> </div>