[Bps-public-commit] App-Changeloggr branch, master, updated. c213f9de1aa7af22e5f44687f7637941922df7ff
sartak at bestpractical.com
sartak at bestpractical.com
Tue May 19 11:10:42 EDT 2009
The branch, master has been updated
via c213f9de1aa7af22e5f44687f7637941922df7ff (commit)
from 910b99765fc9dda43195f902cd9ad8dc95ca6318 (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c213f9de1aa7af22e5f44687f7637941922df7ff
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue May 19 11:10:33 2009 -0400
Make the change message smaller
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 9405fbe..1d1857d 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -90,7 +90,7 @@ sub show_change {
$change->identifier;
};
- h3 {
+ p {
{ class is "change_message" };
my $message = Jifty->web->escape($change->message);
my $links = $change->changelog->commit_links;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list