From: David ‘Bombe’ Roden Date: Tue, 31 Jul 2012 10:51:30 +0000 (+0200) Subject: Show derivatives for tracks on artist and party pages. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=a95158dd822c6e72a048fbfdbcbccef58c3733a6 Show derivatives for tracks on artist and party pages. --- diff --git a/src/main/resources/templates/artist b/src/main/resources/templates/artist index 34b24a8..e14770f 100644 --- a/src/main/resources/templates/artist +++ b/src/main/resources/templates/artist @@ -10,7 +10,7 @@ <%foreach artist.tracks track|sort> <%first><%/last> <%foreachelse>

This artist does not have any tracks.

diff --git a/src/main/resources/templates/party b/src/main/resources/templates/party index e3f9e50..196d992 100644 --- a/src/main/resources/templates/party +++ b/src/main/resources/templates/party @@ -12,7 +12,7 @@ <%foreach party.releases track|sort> <%first><%/last> <%foreachelse>

This party does not have any releases.