New Bulk Update Request

<%= simple_form_for(@bulk_update_request) do |f| %> <%= error_messages_for("bulk_update_request") %>
Use the following format:

remove alias aaa -> bbb
remove implication aaa -> bbb
create alias aaa -> bbb
create implication aaa -> bbb
mass update aaa -> bbb
      
<%= f.input :script, :as => :text %> <%= f.input :forum_topic_id %> <%= f.button :submit, :value => "Submit" %> <% end %>
<%= render "secondary_links" %> <% content_for(:page_title) do %> New Bulk Update Request - <%= Danbooru.config.app_name %> <% end %>