From 732e3d80a0d0bd4f56145101c70822f3f8859d5a Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 22 Apr 2014 16:13:01 -0400 Subject: [PATCH] default value for asseturls --- app/views/campaigns/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/campaigns/_form.html.erb b/app/views/campaigns/_form.html.erb index 81cb43f..26c5c79 100644 --- a/app/views/campaigns/_form.html.erb +++ b/app/views/campaigns/_form.html.erb @@ -135,7 +135,7 @@ label: 'Asset Urls', placeholder: "ex: http://www.company.com/logo.png, http://www.company.com/background.png", hint: "A list of all file assets. List of items, Type asset url, then press enter to add another item.", - input_html: {data: {role: "tagsinput" }}%> + input_html: {data: {role: "tagsinput" }, value: ""} %> <% end %>