• <%= ctx.makeTextInput({name: 'target-tag', required: true, text: 'Target tag', pattern: ctx.tagNamePattern}) %>
  • Usages in posts, suggestions and implications will be merged. Category needs to be handled manually.

    <%= ctx.makeCheckbox({name: 'alias', text: 'Make this tag an alias of the target tag.'}) %> <%= ctx.makeCheckbox({required: true, text: 'I confirm that I want to merge this tag.'}) %>