diff options
Diffstat (limited to 'apps/files/js/templates/favorite_mark.handlebars')
-rw-r--r-- | apps/files/js/templates/favorite_mark.handlebars | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/js/templates/favorite_mark.handlebars b/apps/files/js/templates/favorite_mark.handlebars deleted file mode 100644 index 7e0cb4385a8..00000000000 --- a/apps/files/js/templates/favorite_mark.handlebars +++ /dev/null @@ -1,4 +0,0 @@ -<div class="favorite-mark {{#isFavorite}}permanent{{/isFavorite}}"> - <span class="icon {{iconClass}}" /> - <span class="hidden-visually">{{altText}}</span> -</div> |