diff --git a/src/main/resources/templates/fragments/artist-list.html b/src/main/resources/templates/fragments/artist-list.html index 71e84ca..bfcb7da 100644 --- a/src/main/resources/templates/fragments/artist-list.html +++ b/src/main/resources/templates/fragments/artist-list.html @@ -1,6 +1,6 @@
| Artist | Since | Release Types | @@ -20,7 +20,7 @@
|---|---|---|
|
{artist.name}
{#if artist.disambiguation}
diff --git a/src/main/resources/templates/fragments/feed-entries.html b/src/main/resources/templates/fragments/feed-entries.html
index 01dc908..a0ecab9 100644
--- a/src/main/resources/templates/fragments/feed-entries.html
+++ b/src/main/resources/templates/fragments/feed-entries.html
@@ -1,5 +1,5 @@
{#if entries.isEmpty()}
-
+ No releases found Add artists to your collection to see their releases here
{#for entry in entries}
|