From: David ‘Bombe’ Roden Date: Tue, 31 Jul 2012 19:07:26 +0000 (+0200) Subject: Add include for track display. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=0349f9e4bafd79f886e4e226740cc65636e728fb Add include for track display. --- diff --git a/src/main/resources/templates/admin.edit-artist b/src/main/resources/templates/admin.edit-artist index 8741540..f7c1ec5 100644 --- a/src/main/resources/templates/admin.edit-artist +++ b/src/main/resources/templates/admin.edit-artist @@ -70,7 +70,7 @@ <%first> <%/last> diff --git a/src/main/resources/templates/admin.edit-party b/src/main/resources/templates/admin.edit-party index 6da617d..482f78a 100644 --- a/src/main/resources/templates/admin.edit-party +++ b/src/main/resources/templates/admin.edit-party @@ -32,7 +32,7 @@ <%first> <%/last> diff --git a/src/main/resources/templates/include/admin.track b/src/main/resources/templates/include/admin.track new file mode 100644 index 0000000..f74675e --- /dev/null +++ b/src/main/resources/templates/include/admin.track @@ -0,0 +1 @@ +<%track.name|html><%ifnull !track.remix> (<%track.remix|html>)<%/if><%foreach track.artists artist><%first> by <%/first><%notfirst> & <%/notfirst><%include include/admin.artist><%/foreach> \ No newline at end of file