This commit is contained in:
Tyrel Souza 2014-05-02 15:12:12 -04:00
parent 39203e067a
commit 3fc1ef0c05

View File

@ -23,6 +23,6 @@
label: 'Asset Urls', label: 'Asset Urls',
as: 'string', 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: videolisting.asseturls} %> input_html: {data: {role: "tagsinput" }, value: f.object.asseturls} %>
<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>
</div> </div>