Added a link to music brainz for releaseS/artists

This commit is contained in:
emeric
2020-05-15 14:12:36 +02:00
parent 0f4e3270cf
commit 2d8c350dea
13 changed files with 157 additions and 107 deletions
+15 -4
View File
@@ -21,13 +21,24 @@
</div>
${container class="Lms-explore-release-entries-container"}
</div>
${<if-has-copyright>}
<div class="col-md-4">
<div class="well well-sm">
${<if-has-copyright-or-copyright-url>}
<h3>${tr:Lms.Explore.Release.copyright}</h3>
${<if-has-copyright>}<small>${copyright}</small>${</if-has-copyright>}
${<if-has-copyright-url>}<small>${copyright-url}</small>${</if-has-copyright-url>}
${</if-has-copyright-or-copyright-url>}
${copyright class="text-muted"}
</div>
</div>
${</if-has-copyright>}
${<if-has-mbid>}
<div class="col-md-4">
<div class="well well-sm">
<h3>${tr:Lms.Explore.links}</h3>
${mbid-link class="text-muted"}
</div>
</div>
${</if-has-mbid>}
<div class="col-md-4">
<div class="well well-sm">
<h3>${tr:Lms.Explore.Release.similar-releases}</h3>
${similar-releases}
</div>