[Bps-public-commit] App-Changeloggr branch, master, updated. bde313a92ccb166c74528e70da29476ca8555edc
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 11 20:46:15 EDT 2009
The branch, master has been updated
via bde313a92ccb166c74528e70da29476ca8555edc (commit)
from 2654dd104e90c90ce211c105436bc9cc168d4b8a (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit bde313a92ccb166c74528e70da29476ca8555edc
Author: Shawn M Moore <sartak at gmail.com>
Date: Mon May 11 20:45:51 2009 -0400
Set page title to the current changelog
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index fb12780..503113b 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -32,7 +32,7 @@ template '/' => page {
template '/changelog' => page {
my $changelog = Changelog(name => get('name'));
- h1 { $changelog->name };
+ title is $changelog->name;
render_region(
name => 'vote-on-change',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list