[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.01-6-g401baf1
Shawn Moore
sartak at bestpractical.com
Wed Feb 16 17:15:59 EST 2011
The branch, master has been updated
via 401baf1143de95069f1e1220d1fa2630ec7d991f (commit)
from ab971ac7af9e67688603d943cc3302afd27c4ecf (commit)
Summary of changes:
lib/Jifty/Plugin/RecordHistory/View.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 401baf1143de95069f1e1220d1fa2630ec7d991f
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Feb 16 17:15:55 2011 -0500
Remove useless use of ./
diff --git a/lib/Jifty/Plugin/RecordHistory/View.pm b/lib/Jifty/Plugin/RecordHistory/View.pm
index 79498aa..71a45a3 100644
--- a/lib/Jifty/Plugin/RecordHistory/View.pm
+++ b/lib/Jifty/Plugin/RecordHistory/View.pm
@@ -69,7 +69,7 @@ sub load_record {
}
template 'index.html' => page { title => shift->page_title } content {
- show './list';
+ show 'list';
};
template 'header' => sub {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list