From: David ‘Bombe’ Roden Date: Thu, 26 Apr 2012 12:28:03 +0000 (+0200) Subject: Show remix information. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a29164e34f5d9c38f13f81820594a8d6be314fc0;p=demoscenemusic.git Show remix information. --- diff --git a/src/main/resources/templates/track b/src/main/resources/templates/track index f77f15c..6d96585 100644 --- a/src/main/resources/templates/track +++ b/src/main/resources/templates/track @@ -11,6 +11,9 @@ <%notfirst>&<%/notfirst> <% artist.name|html> <%/foreach> + <%ifnull !track.remix> + (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> & <%/notfirst><% artist.name|html><%/foreach>) + <%/if>