Update show.html.erb

This commit is contained in:
2016-08-04 09:50:55 -04:00
committed by GitHub
parent 8cfab17136
commit 362cb77381

View File

@@ -1,6 +1,6 @@
<h1>Customer #<%= @customer.id %></h1>
<br/>
<h2>Details</h2>
<h2>Details:</h2>
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
<br/>
<h2>Vehicles:</h2>