mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-02-14 09:43:59 -05:00
Alphabetized keys for better maintainability. Fixed spelling errors in customer and vehicle keys/values. Corrected "QuickBooks Online" branding.
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
<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_vehicle), new_customer_vehicle_path(customer), method: :get %>
|
|
</div> |