aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/file_action_trigger.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/templates/file_action_trigger.handlebars')
-rw-r--r--apps/files/js/templates/file_action_trigger.handlebars13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files/js/templates/file_action_trigger.handlebars b/apps/files/js/templates/file_action_trigger.handlebars
deleted file mode 100644
index e74b3717c92..00000000000
--- a/apps/files/js/templates/file_action_trigger.handlebars
+++ /dev/null
@@ -1,13 +0,0 @@
-<a class="action action-{{nameLowerCase}}" href="#" data-action="{{name}}">
- {{#if icon}}
- <img class="svg" alt="{{altText}}" src="{{icon}}" />
- {{else}}
- {{#if iconClass}}
- <span class="icon {{iconClass}}"></span>
- {{/if}}
- {{#unless hasDisplayName}}
- <span class="hidden-visually">{{altText}}</span>
- {{/unless}}
- {{/if}}
- {{#if displayName}}<span> {{displayName}}</span>{{/if}}
-</a>