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 %>