diff --git a/app/views/vehicles/_list.html.erb b/app/views/vehicles/_list.html.erb index 8a01166..449540d 100644 --- a/app/views/vehicles/_list.html.erb +++ b/app/views/vehicles/_list.html.erb @@ -16,5 +16,5 @@
<%= will_paginate @vehicles %> - <%= button_to "New", new_vehicle_path, method: :get %> + <%= button_to "New Vehicle", new_vehicle_path, method: :get %>