From ea796d1c81d7e0858ec2215d470abd00ad77ac8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 26 Jul 2012 10:20:06 +0200 Subject: [PATCH] Fix page header names. --- src/main/resources/templates/admin.add-artist | 2 +- src/main/resources/templates/admin.artists | 2 +- src/main/resources/templates/admin.edit-artist | 2 +- src/main/resources/templates/index | 2 +- src/main/resources/templates/login | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/admin.add-artist b/src/main/resources/templates/admin.add-artist index 889edde..a6e08ee 100644 --- a/src/main/resources/templates/admin.add-artist +++ b/src/main/resources/templates/admin.add-artist @@ -1,4 +1,4 @@ -<%include include/header title=artist.name> +<%include include/header title=="Add a New Artist">

Add Artist

diff --git a/src/main/resources/templates/admin.artists b/src/main/resources/templates/admin.artists index 7f3aabe..7fe26c1 100644 --- a/src/main/resources/templates/admin.artists +++ b/src/main/resources/templates/admin.artists @@ -1,4 +1,4 @@ -<%include include/header title=artist.name> +<%include include/header title=="Manage Artist">

Manage <% artist.name|html>

diff --git a/src/main/resources/templates/admin.edit-artist b/src/main/resources/templates/admin.edit-artist index d8db8b1..a3fdcbe 100644 --- a/src/main/resources/templates/admin.edit-artist +++ b/src/main/resources/templates/admin.edit-artist @@ -1,4 +1,4 @@ -<%include include/header title=artist.name> +<%include include/header title=="Edit Artist">

Edit Artist

diff --git a/src/main/resources/templates/index b/src/main/resources/templates/index index 5b640c1..b40298f 100644 --- a/src/main/resources/templates/index +++ b/src/main/resources/templates/index @@ -1,4 +1,4 @@ -<%include include/header title=="Artists"> +<%include include/header title=="Index">

Index

diff --git a/src/main/resources/templates/login b/src/main/resources/templates/login index 0e28702..bf06f26 100644 --- a/src/main/resources/templates/login +++ b/src/main/resources/templates/login @@ -1,4 +1,4 @@ -<%include include/header title=="Artists"> +<%include include/header title=="Login">

Login

-- 2.7.4