remove links from releases/artists/tracks headers

This commit is contained in:
ari melody 2025-10-21 18:47:27 +01:00
parent 774fb870fc
commit 9e984d84b5
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
{{define "content"}} {{define "content"}}
<main> <main>
<header> <header>
<h1><a href="/admin/artists/">Artists</a> <small>({{len .Artists}} total)</small></h2> <h1>Artists <small>({{len .Artists}} total)</small></h2>
<a class="button new" id="create-artist">Create New</a> <a class="button new" id="create-artist">Create New</a>
</header> </header>

View file

@ -8,7 +8,7 @@
{{define "content"}} {{define "content"}}
<main> <main>
<header> <header>
<h1><a href="/admin/releases/">Releases</a> <small>({{len .Releases}} total)</small></h1> <h1>Releases <small>({{len .Releases}} total)</small></h1>
<a class="button new" id="create-release">Create New</a> <a class="button new" id="create-release">Create New</a>
</header> </header>

View file

@ -8,7 +8,7 @@
{{define "content"}} {{define "content"}}
<main> <main>
<header> <header>
<h1><a href="/admin/tracks/">Tracks</a> <small>({{len .Tracks}} total)</small></h1> <h1>Tracks <small>({{len .Tracks}} total)</small></h1>
<a class="button new" id="create-track">Create New</a> <a class="button new" id="create-track">Create New</a>
</header> </header>