fix asseturls in simpleform type

This commit is contained in:
Tyrel Souza 2014-05-02 11:33:17 -04:00
parent ae8fde5a9e
commit 38982e856e

View File

@ -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." %> hint: "Notes and/or instructions sent in this field are used by the editors to aid in production of the video." %>
<%= f.input :asseturls, <%= f.input :asseturls,
label: 'Asset Urls', label: 'Asset Urls',
as: 'string',
hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)", hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)",
input_html: {data: {role: "tagsinput" }, value: ""} %> input_html: {data: {role: "tagsinput" }, value: ""} %>
<div class="text-right remove-video"><%= link_to_remove_association "Remove Video Listing", f %></div> <div class="text-right remove-video"><%= link_to_remove_association "Remove Video Listing", f %></div>