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 @@
- <%= 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 %>