18 lines
274 B
Handlebars
18 lines
274 B
Handlebars
<section>
|
|
<h4 class="divider">Tokens</h4>
|
|
<button
|
|
type="button"
|
|
data-action="openApp"
|
|
data-app="ArtBrowser"
|
|
data-select-mode="multi"
|
|
>
|
|
View All
|
|
</button>
|
|
<button
|
|
type="button"
|
|
data-action="openApp"
|
|
data-app="ImageApp"
|
|
>
|
|
Add New
|
|
</button>
|
|
</section>
|