Remove “delete” link.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 08:21:46 +0000 (10:21 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 08:21:46 +0000 (10:21 +0200)
For now, deletion won’t be a part of this site.

src/main/resources/templates/admin.artists

index 7fe26c1..9b261c4 100644 (file)
@@ -4,7 +4,7 @@
 
 <%foreach artists artist>
        <%first><ul><%/first>
-       <li><% artist.name|html> <a href="admin.edit-artist?id=<% artist.id|html>">edit</a> <a href="">delete</a></li>
+       <li><% artist.name|html> <a href="admin.edit-artist?id=<% artist.id|html>">edit</a></li>
        <%last></ul><%/last>
 <%/foreach>