nextcloud/apps/files/js/templates/favorite_mark.handlebars

5 lines
162 B
Handlebars

<div class="favorite-mark {{#isFavorite}}permanent{{/isFavorite}}">
<span class="icon {{iconClass}}" />
<span class="hidden-visually">{{altText}}</span>
</div>