From: David ‘Bombe’ Roden Date: Thu, 26 Jul 2012 08:20:06 +0000 (+0200) Subject: Fix page header names. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ea796d1c81d7e0858ec2215d470abd00ad77ac8d;p=demoscenemusic.git Fix page header names. --- 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