simple_format for notes
This commit is contained in:
parent
ae4632c09d
commit
5c483df49a
@ -21,7 +21,7 @@
|
|||||||
hint: "The name of the company." %>
|
hint: "The name of the company." %>
|
||||||
<%= frm.input :listingcode,
|
<%= frm.input :listingcode,
|
||||||
label: 'Listing Code',
|
label: 'Listing Code',
|
||||||
hint: "This should be the same as Intake Form's Form Hash." %>
|
as: :hidden %>
|
||||||
<%= frm.input :description,
|
<%= frm.input :description,
|
||||||
label: 'Description',
|
label: 'Description',
|
||||||
as: 'text',
|
as: 'text',
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<% unless videolisting.notes.blank? %>
|
<% unless videolisting.notes.blank? %>
|
||||||
<li>
|
<li>
|
||||||
<p><strong>Production Notes</strong><br>
|
<p><strong>Production Notes</strong><br>
|
||||||
<%= videolisting.notes %></p>
|
<%= simple_format(videolisting.notes) %></p>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% unless videolisting.asseturls.blank? %>
|
<% unless videolisting.asseturls.blank? %>
|
||||||
|
Loading…
Reference in New Issue
Block a user