[Bps-public-commit] App-Changeloggr branch, master, updated. 30f99cc40aab2046027441223e6a0f43ccd3060b
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 20 17:02:53 EDT 2009
The branch, master has been updated
via 30f99cc40aab2046027441223e6a0f43ccd3060b (commit)
from ec6034dd98cef47e4393fe711600fac8efb887a2 (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 30f99cc40aab2046027441223e6a0f43ccd3060b
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 17:02:45 2009 -0400
Handle putting in keybindings ourselves
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 5428d02..c2ed5a0 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -13,6 +13,9 @@ alias App::Changeloggr::View::Account under '/account';
# No salutation, ever
template '/salutation' => sub {};
+# *We'll* put the keybindings div into the page.
+template '/_elements/keybindings' => sub {};
+
template '/' => page {
my $changelogs = M(ChangelogCollection => done => 0);
$changelogs->with_changes;
@@ -85,6 +88,8 @@ sub show_change {
my $change = shift;
my %args = @_;
+ div { id is 'keybindings' };
+
div {
{ class is "change" };
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list