Update index.html.erb

This commit is contained in:
2016-05-12 09:56:29 -04:00
parent f19daef1d7
commit b1614941af

View File

@@ -4,7 +4,7 @@
<div class="row"> <div class="row">
<div class="span6 columns"> <div class="span6 columns">
<fieldset> <fieldset>
<%= render :partial => 'customers/details', locals: {customer: c} %> <%= c.name %>
<%= button_to "Show", customer_path(c.id), method: :get %> <%= button_to "Show", customer_path(c.id), method: :get %>
</fieldset> </fieldset>
</div> </div>