From 41a113dc59cc73980e972099b72acdcb60dce0d9 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 31 Mar 2017 16:02:48 -0400 Subject: [PATCH] Do not hide notes --- app/views/vehicles/_form.html.erb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index e156ed1..5da0ff3 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -41,14 +41,7 @@
Notes:
-

- <%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@vehicle.new_record? ? nil : 'display:none') do %> - <%= f.text_area :notes, - :cols => 60, - :rows => 10, - :no_label => true %> - <% end %> -

+ <%= f.text_area :notes, :cols => 60, :rows => 10, :no_label => true %>