From 3e9138f802e56a3193f5691a001cc24e503e5480 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 26 Apr 2016 09:23:56 -0400 Subject: [PATCH] Create _details.html.erb --- app/views/customers/_details.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/customers/_details.html.erb diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb new file mode 100644 index 0000000..71a74ee --- /dev/null +++ b/app/views/customers/_details.html.erb @@ -0,0 +1,17 @@ +
+
+
+ + + <%= @customer%> + + +
+
+ +
+ <%= button_to "Edit", edit_customer_path(@customer), method: :get%> +
+ +
+