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,10 +1,13 @@
|
|||||||
<h1>Customer #<%= @customer.id %></h1>
|
<h1>Customer #<%= @customer.id %></h1>
|
||||||
<br/>
|
<br/>
|
||||||
|
<h2>Details</h2>
|
||||||
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
|
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
|
||||||
<br/>
|
<br/>
|
||||||
|
<h2>Vehicles:</h2>
|
||||||
<%= render :partial => 'vehicles/list' %>
|
<%= render :partial => 'vehicles/list' %>
|
||||||
<br/>
|
<br/>
|
||||||
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
|
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
<h2>Issues:</h2>
|
||||||
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>
|
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>
|
||||||
|
|||||||
Reference in New Issue
Block a user