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 %>