fix missing urls in artists (fixes #3632)

This commit is contained in:
Albert Yi
2018-04-13 12:25:49 -07:00
parent 31a9605ecb
commit 06559c4ae4
3 changed files with 21 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
</div>
<%= f.input :other_names_comma, :hint => "Separate with commas", :as => :text, :label => "Other names" %>
<%= f.input :group_name %>
<%= f.input :url_string, :label => "URLs", :as => :text, :input_html => {:size => "50x5"} %>
<%= f.input :url_string, :label => "URLs", :as => :text, :input_html => {:size => "50x5", :value => @artist.url_array.join("\n")} %>
<%= dtext_field "artist", "notes" %>
<%= f.button :submit, "Submit" %>