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