moved artist ban to separate action/button

This commit is contained in:
albert
2013-02-23 10:56:27 -05:00
parent 7585462368
commit 6bc5b96d8e
5 changed files with 11 additions and 13 deletions

View File

@@ -5,10 +5,6 @@
<%= f.input :url_string, :label => "URLs", :as => :text, :input_html => {:size => "50x5"} %>
<%= f.input :is_active %>
<% if CurrentUser.is_admin? %>
<%= f.input :is_banned %>
<% end %>
<%= dtext_field "artist", "notes" %>
<%= f.button :submit, "Submit" %>
<%= dtext_preview_button "artist", "notes" %>