Update index.html.erb

This commit is contained in:
2016-04-27 08:18:40 -04:00
parent 75b159bf4e
commit 4896241df1

View File

@@ -11,8 +11,9 @@
</div>
<% end %>
<%= will_paginate @customers %>
<br/>
<div class="actions">
<%= will_paginate @customers %>
<%= button_to "New", new_customer_path, method: :get %>
</div>