diff --git a/src/main/resources/templates/fragments/artist-list.html b/src/main/resources/templates/fragments/artist-list.html index 367fa0c..1693f4b 100644 --- a/src/main/resources/templates/fragments/artist-list.html +++ b/src/main/resources/templates/fragments/artist-list.html @@ -1,6 +1,6 @@
{#if artists.isEmpty()} -
+
diff --git a/src/main/resources/templates/fragments/feed-entries.html b/src/main/resources/templates/fragments/feed-entries.html index c99354f..1759fb6 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

@@ -7,7 +7,7 @@