diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index 2599b7d..0f7c135 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -41,8 +41,7 @@
- <%= link_to_function content_tag(:span, l(:button_edit), :class => 'icon icon-edit') %> +
<%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@vehicle.new_record? ? nil : 'display:none') do %> <%= f.text_area :notes, :cols => 60,