fix artist other names

This commit is contained in:
albert
2013-02-20 13:58:37 -05:00
parent 53ad44632e
commit ab52b40c02
3 changed files with 37 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
<%= simple_form_for(@artist) do |f| %>
<%= f.input :name %>
<%= f.input :other_names, :hint => "Separate with commas", :as => :text %>
<%= 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 :is_active %>