mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update show.html.erb
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h1>Customer #<%= @customer.id %></h1>
|
<h1>Customer #<%= @customer.id %></h1>
|
||||||
<br/>
|
<br/>
|
||||||
<h2>Details</h2>
|
<h2>Details:</h2>
|
||||||
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
|
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
|
||||||
<br/>
|
<br/>
|
||||||
<h2>Vehicles:</h2>
|
<h2>Vehicles:</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user