Add include for groups (non-admin mode).
[demoscenemusic.git] / src / main / resources / templates / include / artist
index ecf2290..4e2368b 100644 (file)
@@ -1 +1 @@
-<a href="artist?id=<%artist.id|html>"><% artist.name|html></a><%foreach artist.groups group|sort><%first> / <%/first><%notfirst> ^ <%/notfirst><a href="group?id=<%group.id|html>"><%group.name|html></a><%/foreach>
\ No newline at end of file
+<a href="artist?id=<%artist.id|html>"><% artist.name|html></a><%foreach artist.groups group|sort><%first> / <%/first><%notfirst> ^ <%/notfirst><%include include/group><%/foreach>
\ No newline at end of file