Inital Commit

This commit is contained in:
2026-01-26 23:24:10 -05:00
commit 68c1ec01fa
34 changed files with 1216 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<h4><%=t(:field_vehicles)%>:</h4>
<%= render :partial => 'vehicles/list', :locals => { :vehicles => customer.vehicles.paginate(:page => params[:page]) } %>
<div style="float: right;">
<%= button_to t(:button_new_vehice), new_customer_vehicle_path(customer), method: :get %>
</div>