fix asseturls in simpleform type
This commit is contained in:
parent
ae8fde5a9e
commit
38982e856e
@ -21,6 +21,7 @@
|
||||
hint: "Notes and/or instructions sent in this field are used by the editors to aid in production of the video." %>
|
||||
<%= f.input :asseturls,
|
||||
label: 'Asset Urls',
|
||||
as: 'string',
|
||||
hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)",
|
||||
input_html: {data: {role: "tagsinput" }, value: ""} %>
|
||||
<div class="text-right remove-video"><%= link_to_remove_association "Remove Video Listing", f %></div>
|
||||
|
Loading…
Reference in New Issue
Block a user