From 134fb776f912cdf66aec6733bf2a2a43e88c9988 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 1 Aug 2016 15:40:17 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 1b3a984..8f8135a 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -12,8 +12,7 @@
- <%= c.name %> - <%= button_to "Show", customer_path(c.id), method: :get %> + <%= link_to c %>