From: David ‘Bombe’ Roden Date: Wed, 25 Jul 2012 19:14:09 +0000 (+0200) Subject: Rename admin page. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=b7f6d4a2590dc9e7473b9650bc62ff3bcf357ed4;hp=2be0ed1825a22b0b65f2c565d767d28aa7e93185;p=demoscenemusic.git Rename admin page. --- diff --git a/src/main/resources/templates/admin.artists b/src/main/resources/templates/admin.artists new file mode 100644 index 0000000..b902c4c --- /dev/null +++ b/src/main/resources/templates/admin.artists @@ -0,0 +1,13 @@ +<%include include/header title=artist.name> + +

Manage <% artist.name|html>

+ +<%foreach artists artist> + <%first><%/last> +<%/foreach> + +add new artist + +<%include include/footer> \ No newline at end of file diff --git a/src/main/resources/templates/admin/artists b/src/main/resources/templates/admin/artists deleted file mode 100644 index b902c4c..0000000 --- a/src/main/resources/templates/admin/artists +++ /dev/null @@ -1,13 +0,0 @@ -<%include include/header title=artist.name> - -

Manage <% artist.name|html>

- -<%foreach artists artist> - <%first><%/last> -<%/foreach> - -add new artist - -<%include include/footer> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml.template b/src/main/webapp/WEB-INF/web.xml.template index 0e3d48c..aa22191 100644 --- a/src/main/webapp/WEB-INF/web.xml.template +++ b/src/main/webapp/WEB-INF/web.xml.template @@ -60,7 +60,7 @@ net.pterodactylus.demoscenemusic.page.TrackPage - admin/artists + admin.artists net.pterodactylus.demoscenemusic.page.admin.ArtistsAdminPage 0