image-tagger/templates/ArtSidebar/artists.hbs

17 lines
252 B
Handlebars

<section>
<h4 class="divider">Artists</h4>
<button
type="button"
data-action="openApp"
data-app="ArtistBrowser"
>
View All
</button>
<button
type="button"
data-action="openApp"
data-app="ArtistApp"
>
Add New
</button>
</section>