From 4896241df1e1b6585ff13173b9076136ca9cd0e5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:18:40 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 528767c..3e6b3bc 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -11,8 +11,9 @@ <% end %> -<%= will_paginate @customers %> +
+ <%= will_paginate @customers %> <%= button_to "New", new_customer_path, method: :get %>