From 75b159bf4efe1bfabedc353f3d0b9a4387a21445 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:18:15 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicles/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 18cc0ea..b7d335e 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -12,8 +12,9 @@ <% end %> -<%= will_paginate @vehicles %> +
+ <%= will_paginate @vehicles %> <%= button_to "New", new_vehicle_path, method: :get %>