admins: remove ability to manually process BURs.

Remove the ability for admins to manually submit BURs without going
through the forum.
This commit is contained in:
evazion
2020-02-26 16:32:12 -06:00
parent e1fd3f6ed9
commit 29ed12b238
4 changed files with 0 additions and 41 deletions

View File

@@ -1,24 +0,0 @@
<% page_title "Alias & Implication Import" %>
<div id="c-admin-alias-and-implication-imports">
<div id="a-new">
<h1>Alias &amp; Implication Import</h1>
<%= simple_form_for(:batch, url: admin_alias_and_implication_import_path) do |f| %>
<pre>
Use the following format:
remove alias aaa -> bbb
remove implication aaa -> bbb
create alias aaa -> bbb
create implication aaa -> bbb
mass update aaa -> bbb
</pre>
<%= f.input :text, label: "Script", as: :text, input_html: { size: "60x20" } %>
<%= f.input :forum_id, label: "Forum ID" %>
<%= f.input :rename_aliased_pages, label: "Renamed aliased wiki pages and artists", as: :boolean, checked: true %>
<%= f.submit "Submit" %>
<% end %>
</div>
</div>