Do not hide notes

This commit is contained in:
2017-03-31 16:02:48 -04:00
committed by GitHub
parent b84e249dfb
commit 41a113dc59

View File

@@ -41,14 +41,7 @@
<div class="clearfix">
Notes:
<div class="input">
<p>
<%= 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 %>
</p>
<%= f.text_area :notes, :cols => 60, :rows => 10, :no_label => true %>
</div>
</div>