mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
<h1>Customer Vehicle</h1>
|
|
<br/>
|
|
|
|
<div style="text-align: left; width:90%;">
|
|
<%= render :partial => 'vehicles/details' %>
|
|
|
|
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>
|
|
</div>
|