From 1b5663fa993f0c751eceef4e38c5fb7a8b5e018e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 31 May 2016 09:41:40 -0400 Subject: [PATCH] Update _list.html.erb --- app/views/vehicles/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>