remove links from releases/artists/tracks headers
This commit is contained in:
parent
774fb870fc
commit
9e984d84b5
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
{{define "content"}}
|
||||
<main>
|
||||
<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>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
{{define "content"}}
|
||||
<main>
|
||||
<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>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
{{define "content"}}
|
||||
<main>
|
||||
<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>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue