This commit is contained in:
Toks
2013-05-02 22:25:44 -04:00
parent d5d68fcff9
commit 0f5fe4e7b6
5 changed files with 50 additions and 3 deletions

View File

@@ -26,6 +26,13 @@ create implication aaa -> bbb
<%= text_field "batch", "forum_id" %>
</div>
<div class="input">
<label for="batch_rename_aliased_pages">
<%= check_box "batch", "rename_aliased_pages" %>
Automatically rename all wiki pages and artists for aliases in this batch
</label>
</div>
<%= submit_tag %>
<% end %>
</div>