nextcloud/apps/files/js/templates/template_addbutton.handlebars
Simon L cfd0f2c198 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-16 17:45:06 +02:00

4 lines
134 B
Handlebars

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