17 lines
249 B
Handlebars
17 lines
249 B
Handlebars
<section>
|
|
<h4 class="divider">Artists</h4>
|
|
<button
|
|
type="button"
|
|
data-action="openApp"
|
|
data-app="ArtistList"
|
|
>
|
|
View All
|
|
</button>
|
|
<button
|
|
type="button"
|
|
data-action="openApp"
|
|
data-app="ArtistApp"
|
|
>
|
|
Add New
|
|
</button>
|
|
</section>
|