diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb index 940f7f3..57f8d60 100644 --- a/app/views/customers/_details.html.erb +++ b/app/views/customers/_details.html.erb @@ -2,59 +2,55 @@
<%= @billing_address %>
<%= @shipping_address %>
<%= @billing_address %>
<%= @shipping_address %>
- <%= customer.notes %> --
- <%= content_tag :span, id: "issue_description_and_toolbar" do %> - <%= f.text_area :notes, - cols: 60, - rows: 10, - accesskey: accesskey(:edit), - class: 'wiki-edit', - no_label: true %> - <% end %> -
- <%= wikitoolbar_for :issue_description %> ++ <%= f.text_area :notes, + rows: 8, + class: 'wiki-edit', + style: 'width: 95%;', + id: 'customer_appointment_description' %> + <%= wikitoolbar_for 'customer_appointment_description' %> +