simple_format for notes

This commit is contained in:
Tyrel Souza 2014-05-06 15:58:09 -04:00
parent ae4632c09d
commit 5c483df49a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
hint: "The name of the company." %>
<%= frm.input :listingcode,
label: 'Listing Code',
hint: "This should be the same as Intake Form's Form Hash." %>
as: :hidden %>
<%= frm.input :description,
label: 'Description',
as: 'text',

View File

@ -32,7 +32,7 @@
<% unless videolisting.notes.blank? %>
<li>
<p><strong>Production Notes</strong><br>
<%= videolisting.notes %></p>
<%= simple_format(videolisting.notes) %></p>
</li>
<% end %>
<% unless videolisting.asseturls.blank? %>