diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:23:40 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | 8dfc397a5ed839b9f2665c8cd19ded20b44a22f4 (patch) | |
tree | 33ea52dab89efaf8e81bf864166bc16db9460880 /apps/files/js/templates | |
parent | cd7c17482ee9c166daedad14e6bac304de61c9b5 (diff) | |
download | nextcloud-server-8dfc397a5ed839b9f2665c8cd19ded20b44a22f4.tar.gz nextcloud-server-8dfc397a5ed839b9f2665c8cd19ded20b44a22f4.zip |
Move tagsplugin to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/js/templates')
-rw-r--r-- | apps/files/js/templates/favorite_mark.handlebars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/js/templates/favorite_mark.handlebars b/apps/files/js/templates/favorite_mark.handlebars new file mode 100644 index 00000000000..7e0cb4385a8 --- /dev/null +++ b/apps/files/js/templates/favorite_mark.handlebars @@ -0,0 +1,4 @@ +<div class="favorite-mark {{#isFavorite}}permanent{{/isFavorite}}"> + <span class="icon {{iconClass}}" /> + <span class="hidden-visually">{{altText}}</span> +</div> |