From 39203e067af3ab0e9a71259a4be870547703742d Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 2 May 2014 15:10:15 -0400 Subject: [PATCH] change var --- app/views/campaigns/_videolisting_fields.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/campaigns/_videolisting_fields.html.erb b/app/views/campaigns/_videolisting_fields.html.erb index 3119c78..aabd2e4 100644 --- a/app/views/campaigns/_videolisting_fields.html.erb +++ b/app/views/campaigns/_videolisting_fields.html.erb @@ -23,6 +23,6 @@ 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: ""} %> + input_html: {data: {role: "tagsinput" }, value: videolisting.asseturls} %>
<%= link_to_remove_association "Remove Video Listing", f %>