diff options
Diffstat (limited to 'apps/files/js/templates/template_addbutton.handlebars')
-rw-r--r-- | apps/files/js/templates/template_addbutton.handlebars | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/js/templates/template_addbutton.handlebars b/apps/files/js/templates/template_addbutton.handlebars deleted file mode 100644 index 478465d93aa..00000000000 --- a/apps/files/js/templates/template_addbutton.handlebars +++ /dev/null @@ -1,4 +0,0 @@ -<a href="#" class="button new" aria-label="{{addLongText}}"> - <span class="icon {{iconClass}}"></span> - <span>{{addText}}</span> -</a> |