Fix page header names.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 08:20:06 +0000 (10:20 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 08:20:06 +0000 (10:20 +0200)
src/main/resources/templates/admin.add-artist
src/main/resources/templates/admin.artists
src/main/resources/templates/admin.edit-artist
src/main/resources/templates/index
src/main/resources/templates/login

index 889edde..a6e08ee 100644 (file)
@@ -1,4 +1,4 @@
-<%include include/header title=artist.name>
+<%include include/header title=="Add a New Artist">
 
 <h1>Add Artist</h1>
 
index 7f3aabe..7fe26c1 100644 (file)
@@ -1,4 +1,4 @@
-<%include include/header title=artist.name>
+<%include include/header title=="Manage Artist">
 
 <h1>Manage <% artist.name|html></h1>
 
index d8db8b1..a3fdcbe 100644 (file)
@@ -1,4 +1,4 @@
-<%include include/header title=artist.name>
+<%include include/header title=="Edit Artist">
 
 <h1>Edit Artist</h1>
 
index 5b640c1..b40298f 100644 (file)
@@ -1,4 +1,4 @@
-<%include include/header title=="Artists">
+<%include include/header title=="Index">
 
 <h1>Index</h1>
 
index 0e28702..bf06f26 100644 (file)
@@ -1,4 +1,4 @@
-<%include include/header title=="Artists">
+<%include include/header title=="Login">
 
 <h1>Login</h1>