Update _list.html.erb

This commit is contained in:
2016-05-31 09:41:40 -04:00
parent a2588040ff
commit 1b5663fa99

View File

@@ -16,5 +16,5 @@
<div class="actions"> <div class="actions">
<%= will_paginate @vehicles %> <%= will_paginate @vehicles %>
<%= button_to "New", new_vehicle_path, method: :get %> <%= button_to "New Vehicle", new_vehicle_path, method: :get %>
</div> </div>