public
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
sort repository list
ddollar (author)
Sat Apr 12 22:22:31 -0700 2008
commit  6298664d50699b35005d5f88c3b9fbc52aa392f7
tree    b0d680778b8797da3fd7403772c69615ae091851
parent  321b55148bf51acde98da5282bccac52c5c4686c
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ class RepositoriesController < ApplicationController
0
   
0
   def index
0
     @repository = Repository.default
0
- @repositories = Repository.list
0
+ @repositories = Repository.list.sort
0
   end
0
   
0
   def show

Comments

    No one has commented yet.