diff --git a/src/main/resources/templates/fragments/artist-list.html b/src/main/resources/templates/fragments/artist-list.html index bfcb7da..367fa0c 100644 --- a/src/main/resources/templates/fragments/artist-list.html +++ b/src/main/resources/templates/fragments/artist-list.html @@ -1,17 +1,17 @@
{#if artists.isEmpty()} -
- +
+ -

No artists tracked yet

-

Search for artists using the search bar above

+

No artists tracked yet

+

Search for artists using the search bar above

{#else}
- + @@ -20,14 +20,14 @@ {#for artist in artists} - + - + diff --git a/src/main/resources/templates/fragments/feed-entries.html b/src/main/resources/templates/fragments/feed-entries.html index a0ecab9..c99354f 100644 --- a/src/main/resources/templates/fragments/feed-entries.html +++ b/src/main/resources/templates/fragments/feed-entries.html @@ -1,25 +1,23 @@ {#if entries.isEmpty()} -
-

No releases found

-

Add artists to your collection to see their releases here

+
+

No releases found

+

Add artists to your collection to see their releases here

{#else} -
+
Artist Since Release Types
{artist.name}
{#if artist.disambiguation} -
{artist.disambiguation}
+
{artist.disambiguation}
{/if}
{artist.createdAt}{artist.createdAt}