[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.01-1-g6c9c2db
Shawn Moore
sartak at bestpractical.com
Tue Feb 15 17:50:52 EST 2011
The branch, master has been updated
via 6c9c2dbe711ae26f0725a01ac708bf597ce8fe54 (commit)
from 3af181b60d2f32237d38519eb4e17d61a8094183 (commit)
Summary of changes:
lib/Jifty/Plugin/RecordHistory/View.pm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6c9c2dbe711ae26f0725a01ac708bf597ce8fe54
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Feb 15 17:50:29 2011 -0500
Give change details its own div for styling separately from timestamp
diff --git a/lib/Jifty/Plugin/RecordHistory/View.pm b/lib/Jifty/Plugin/RecordHistory/View.pm
index 9fe8810..7161532 100644
--- a/lib/Jifty/Plugin/RecordHistory/View.pm
+++ b/lib/Jifty/Plugin/RecordHistory/View.pm
@@ -132,7 +132,10 @@ template 'change' => sub {
{ class is 'time' };
$change->created_on->hms
};
- show $template => $change
+ div {
+ { class is 'change-details' };
+ show $template => $change
+ };
};
};
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list