This commit is contained in:
Toks
2013-04-22 21:00:38 -04:00
parent 94984fb85a
commit ea5c5b2a03
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,9 @@
<%= 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 %>
<% if CurrentUser.is_builder? %>
<%= f.input :is_active %>
<% end %>
<%= dtext_field "artist", "notes" %>
<%= f.button :submit, "Submit" %>