-
-
diff --git a/src/main/resources/templates/artists.html b/src/main/resources/templates/artists.html index d0b0b0b..0a22376 100644 --- a/src/main/resources/templates/artists.html +++ b/src/main/resources/templates/artists.html @@ -1,9 +1,11 @@ {#include layouts/base} {#page-content} -
No artists tracked yet
-Search for artists using the search bar above
+No artists tracked yet
+Search for artists using the search bar above
| Artist | Since | Release Types | -Actions | +Actions |
|---|---|---|---|---|
|
- {artist.name}
+ {artist.name}
{#if artist.disambiguation}
- {artist.disambiguation}
+ {artist.disambiguation}
{/if}
|
- {artist.createdAt} | +{artist.createdAt} |
-
+ |
- + hx-target="#artist-list" hx-swap="innerHTML" + onclick="return confirm('Remove {artist.name}?')">Remove |