Sort artists.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 19 Apr 2012 11:58:59 +0000 (13:58 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 19 Apr 2012 11:58:59 +0000 (13:58 +0200)
src/main/resources/templates/artists

index eac8373..b6efabd 100644 (file)
@@ -10,7 +10,7 @@
 
 <h1>Browse Artists</h1>
 
-<%foreach artists artist>
+<%foreach artists artist|sort>
        <%first><ul><%/first>
        <li><a href="artist?id=<% artist.id|html>"><% artist.name|html></a></li>
        <%last></ul><%/last>