summaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/favorite_mark.handlebars
blob: 7e0cb4385a85de7dad218d791153872a4b73d44d (plain)
1
2
3
4
<div class="favorite-mark {{#isFavorite}}permanent{{/isFavorite}}">
	<span class="icon {{iconClass}}" />
	<span class="hidden-visually">{{altText}}</span>
</div>