Show collaborators on an artist’s page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 09:10:57 +0000 (11:10 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 09:10:57 +0000 (11:10 +0200)
src/main/resources/templates/artist

index a6efaac..34b24a8 100644 (file)
@@ -10,7 +10,7 @@
 
 <%foreach artist.tracks track|sort>
 <%first><ul><%/first>
-<li><a href="track?id=<% track.id|html>"><% track.name|html></a></li>
+<li><a href="track?id=<% track.id|html>"><% track.name|html></a><%foreach track.artists trackArtist|remove value=artist><%first> (together with <%/first><%notfirst>,<%last> and<%/last> <%/notfirst><%include include/artist artist=trackArtist><%last>)<%/last><%/foreach></li>
 <%last></ul><%/last>
 <%foreachelse>
 <p>This artist does not have any tracks.</p>