[Rt-commit] r6089 - in commitbit: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Sep 28 17:55:28 EDT 2006
Author: jesse
Date: Thu Sep 28 17:55:27 2006
New Revision: 6089
Modified:
commitbit/ (props changed)
commitbit/trunk/share/web/templates/index.html
Log:
r27904 at 113: jesse | 2006-09-28 17:55:29 -0400
Sortability
Modified: commitbit/trunk/share/web/templates/index.html
==============================================================================
--- commitbit/trunk/share/web/templates/index.html (original)
+++ commitbit/trunk/share/web/templates/index.html Thu Sep 28 17:55:27 2006
@@ -26,9 +26,10 @@
<%init>
my $projects = CommitBit::Model::ProjectCollection->new;
$projects->unlimit();
-
+$projects->order_by({ column => 'name', order => 'asc'});
my $featured = CommitBit::Model::ProjectCollection->new;
$featured->limit(column => 'featured', operator => '=', value => '1' );
+$featured->order_by({ column => 'name', order => 'asc'});
</%init>
More information about the Rt-commit
mailing list