diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index f192c19..d541c90 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -5,9 +5,17 @@
-

<%=t(:label_details)%>:

+
+
+

<%=t(:label_details)%>:

+ <%= render :partial => 'customers/details', locals: {customer: @customer} %> +
- <%= render :partial => 'customers/details', locals: {customer: @customer} %> +
+

<%=t(:label_actions)%>:

+ <%= render :partial => 'customers/actions', locals: {customer: @customer} %> +
+