simple_format for notes
This commit is contained in:
parent
ae4632c09d
commit
5c483df49a
@ -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',
|
||||
|
@ -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? %>
|
||||
|
Loading…
Reference in New Issue
Block a user