Add page that lists all groups.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 05:23:06 +0000 (07:23 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 05:29:19 +0000 (07:29 +0200)
commit773eb9791a6a77cfaf7a5f8ee1f103dd21277d36
tree6c48a87174ae0aa51c842f0a18391ba9d09c6470
parentbb33ac58a1cbd27b7c28b00562a5c5ce9e1e6136
Add page that lists all groups.
src/main/java/net/pterodactylus/demoscenemusic/page/admin/ListGroupsPage.java [new file with mode: 0644]
src/main/resources/templates/admin.list-groups [new file with mode: 0644]
src/main/resources/templates/include/admin.add-group [new file with mode: 0644]
src/main/webapp/WEB-INF/web.xml.template