Skip to content

Commit

Permalink
MBS-8141: Link the disc ID on the remove disc ID page
Browse files Browse the repository at this point in the history
  • Loading branch information
reosarevok committed Jan 4, 2021
1 parent d71786e commit a0c1aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/cdtoc/remove.tt
Expand Up @@ -4,7 +4,7 @@
<li>
[% l('Are you sure you want to remove the disc ID <code>{discid}</code> from the release
{release} by {artist}?',
{ discid => medium_cdtoc.cdtoc.discid, release => link_entity(release),
{ discid => link_cdtoc(medium_cdtoc.cdtoc), release => link_entity(release),
artist => artist_credit(release.artist_credit) }) %]
</li>
<li>
Expand Down

0 comments on commit a0c1aab

Please sign in to comment.