mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-02-13 09:34:00 -05:00
Inital Commit
This commit is contained in:
5
app/views/customers/_show_hook.html.erb
Normal file
5
app/views/customers/_show_hook.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user