You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

result_form.handlebars 297B

1234567
  1. <form class="systemtags-rename-form">
  2. <label class="hidden-visually" for="{{cid}}-rename-input">{{renameLabel}}</label>
  3. <input id="{{cid}}-rename-input" type="text" value="{{name}}">
  4. {{#if isAdmin}}
  5. <a href="#" class="delete icon icon-delete" title="{{deleteTooltip}}"></a>
  6. {{/if}}
  7. </form>