From 9e984d84b5fc15bb4c64afbd70571b8fc55044aa Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 21 Oct 2025 18:47:27 +0100 Subject: [PATCH] remove links from releases/artists/tracks headers --- admin/templates/html/artists.html | 2 +- admin/templates/html/releases.html | 2 +- admin/templates/html/tracks.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/templates/html/artists.html b/admin/templates/html/artists.html index 85a3953..7652d78 100644 --- a/admin/templates/html/artists.html +++ b/admin/templates/html/artists.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Artists ({{len .Artists}} total)

+

Artists ({{len .Artists}} total)

Create New
diff --git a/admin/templates/html/releases.html b/admin/templates/html/releases.html index ba59c68..3cf110b 100644 --- a/admin/templates/html/releases.html +++ b/admin/templates/html/releases.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Releases ({{len .Releases}} total)

+

Releases ({{len .Releases}} total)

Create New
diff --git a/admin/templates/html/tracks.html b/admin/templates/html/tracks.html index 746e535..c470297 100644 --- a/admin/templates/html/tracks.html +++ b/admin/templates/html/tracks.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Tracks ({{len .Tracks}} total)

+

Tracks ({{len .Tracks}} total)

Create New