Update index.html.erb

This commit is contained in:
2016-08-01 15:40:17 -04:00
committed by GitHub
parent 9cd143c5ef
commit 134fb776f9

View File

@@ -12,8 +12,7 @@
<div class="row">
<div class="span6 columns">
<fieldset>
<%= c.name %>
<%= button_to "Show", customer_path(c.id), method: :get %>
<%= link_to c %>
</fieldset>
</div>
</div>