nextcloud/apps/files/js/templates/template_addbutton.handlebars
Simon L cec498605f adjust add button
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-08-15 14:38:54 +00:00

5 lines
134 B
Handlebars

<a href="#" class="button new" aria-label="{{addLongText}}">
<span class="icon {{iconClass}}"></span>
<span>{{addText}}</span>
</a>