Show remix information.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Apr 2012 12:28:03 +0000 (14:28 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Apr 2012 12:28:03 +0000 (14:28 +0200)
src/main/resources/templates/track

index f77f15c..6d96585 100644 (file)
@@ -11,6 +11,9 @@
                <%notfirst>&amp;<%/notfirst>
                <a href="artist?id=<% artist.id|html>"><% artist.name|html></a>
        <%/foreach>
+       <%ifnull !track.remix>
+       (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> &amp; <%/notfirst><a href="artist?id=<% artist.id|html>"><% artist.name|html></a><%/foreach>)
+       <%/if>
 </h1>
 
 <dl>