mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
<h1>Customer #<%= @customer.id %></h1>
|
|
<br/>
|
|
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
|
|
<br/>
|
|
<%= render :partial => 'vehicles/list' %>
|
|
<br/>
|
|
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>
|