diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 18:50:09 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | 48d1fe01169f9437bfe762852023e666641f029f (patch) | |
tree | d01860e7870b5bfb6eb195af70ee40b60897bc77 /apps/files/js/templates | |
parent | 0b27595eb46aa6ad4dacf5506670dc0ced267537 (diff) | |
download | nextcloud-server-48d1fe01169f9437bfe762852023e666641f029f.tar.gz nextcloud-server-48d1fe01169f9437bfe762852023e666641f029f.zip |
Move filelist 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/template_addbutton.handlebars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/js/templates/template_addbutton.handlebars b/apps/files/js/templates/template_addbutton.handlebars new file mode 100644 index 00000000000..62a022715a9 --- /dev/null +++ b/apps/files/js/templates/template_addbutton.handlebars @@ -0,0 +1,4 @@ +<a href="#" class="button new"> + <span class="icon {{iconClass}}"></span> + <span class="hidden-visually">{{addText}}</span> +</a> |