Welcome to mirror list, hosted at ThFree Co, Russian Federation.

favorite_mark.handlebars « templates « js « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>