image-tagger/templates/ArtSidebar/tokens.hbs

22 lines
445 B
Handlebars

<section>
<div>
<h4 class="divider">{{ localize "IT.common.images" }}</h4>
<p class="subtitle">
{{ localize "IT.apps.ArtSidebar.db-size" size=size }}
</p>
</div>
<button
type="button"
data-action="openApp"
data-app="ArtBrowser"
>
{{ localize "IT.apps.ArtSidebar.view" }}
</button>
<button
type="button"
data-action="openApp"
data-app="ImageApp"
>
{{ localize "IT.apps.ArtSidebar.add-new" }}
</button>
</section>