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