summaryrefslogtreecommitdiffstats
path: root/apps/comments/js/templates/commentsmodifymenu.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/js/templates/commentsmodifymenu.handlebars')
-rw-r--r--apps/comments/js/templates/commentsmodifymenu.handlebars14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/comments/js/templates/commentsmodifymenu.handlebars b/apps/comments/js/templates/commentsmodifymenu.handlebars
deleted file mode 100644
index 28f6ffcdde6..00000000000
--- a/apps/comments/js/templates/commentsmodifymenu.handlebars
+++ /dev/null
@@ -1,14 +0,0 @@
-<ul>
- {{#each items}}
- <li>
- <a href="#" class="menuitem action {{name}} permanent" data-action="{{name}}">
- {{#if iconClass}}
- <span class="icon {{iconClass}}"></span>
- {{else}}
- <span class="no-icon"></span>
- {{/if}}
- <span>{{displayName}}</span>
- </a>
- </li>
- {{/each}}
-</ul>