[Bps-public-commit] App-Changeloggr branch, vote-sidebar, updated. f54ad9c124e4750593ca9b3616291684c22b6600
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 5 01:53:39 EDT 2009
The branch, vote-sidebar has been updated
via f54ad9c124e4750593ca9b3616291684c22b6600 (commit)
from 61eb3493cf116f1e0cf63ed0103064106cbe3d4a (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f54ad9c124e4750593ca9b3616291684c22b6600
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Aug 5 01:48:03 2009 -0400
Include hotkeys in the legend
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 38fb93a..d9e91b8 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -82,7 +82,10 @@ template '/changelog/tags' => page {
my $tags = $changelog->tags;
dl {
while (my $tag = $tags->next) {
- dt { $tag->text }
+ dt {
+ outs $tag->text;
+ outs _(" (hotkey: %1)", $tag->hotkey) if $tag->hotkey;
+ }
dd { $tag->description || $tag->tooltip || '' }
}
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list