diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb index a15761b..41a8738 100644 --- a/app/views/customers/_details.html.erb +++ b/app/views/customers/_details.html.erb @@ -38,8 +38,19 @@
+ <%= customer.notes %> ++
- <%= link_to_function content_tag(:span, l(:button_edit), :class => 'icon icon-edit'), '$(this).hide(); $("#issue_description_and_toolbar").show()' unless @customer.new_record? %> - <%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@customer.new_record? ? nil : 'display:none') do %> + <%= content_tag 'span', :id => "issue_description_and_toolbar" do %> <%= f.text_area :notes, :cols => 60, :rows => 10, diff --git a/app/views/issues/_show_details.html.erb b/app/views/issues/_show_details.html.erb index be53694..0b053e9 100644 --- a/app/views/issues/_show_details.html.erb +++ b/app/views/issues/_show_details.html.erb @@ -29,7 +29,11 @@
+ <%=notes%> ++
++ +<%= vehicle.notes %> +