From e2d8f2f16ca4204c5a938bdd327d418d3c366778 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 10 May 2016 05:30:02 -0400 Subject: [PATCH] Update _list.html.erb --- app/views/vehicles/_list.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/vehicles/_list.html.erb b/app/views/vehicles/_list.html.erb index ea7b47f..bb94ff4 100644 --- a/app/views/vehicles/_list.html.erb +++ b/app/views/vehicles/_list.html.erb @@ -5,7 +5,10 @@ <% @customer = vehicle.customer.name if vehicle.customer %> <% @vehicle = vehicle %> <%= render :partial => 'vehicles/details' %> - <%= button_to "Details", vehicle_path(@vehicle), method: :get %> +
+
+ <%= button_to "More", vehicle_path(@vehicle), method: :get %> +