Include track name in disambiguation
This commit is contained in:
parent
da9934ae1e
commit
7b1fc6dd71
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<body>
|
||||
@partial partials/header
|
||||
@if ($.disambiguation)
|
||||
<h1>Songs</h1>
|
||||
<h1>{{.name}} (disambiguation)</h1>
|
||||
@partial partials/newtable(T: ColumnChoices, table_data: .songs, columns: dis_columns)
|
||||
@else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue