show total counts on releases/artists/tracks pages
This commit is contained in:
parent
b0dd87cad3
commit
774fb870fc
4 changed files with 8 additions and 6 deletions
|
|
@ -8,7 +8,7 @@
|
|||
{{define "content"}}
|
||||
<main>
|
||||
<header>
|
||||
<h1><a href="/admin/tracks/">Tracks</a></h1>
|
||||
<h1><a href="/admin/tracks/">Tracks</a> <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