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