[ARVADOS] updated: 28ed7a8f36a671b8c9e629ad923c904eecf08ac4

git at public.curoverse.com git at public.curoverse.com
Tue Apr 1 13:22:24 EDT 2014


Summary of changes:
 apps/workbench/app/controllers/users_controller.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  28ed7a8f36a671b8c9e629ad923c904eecf08ac4 (commit)
      from  9c5dc2759edaa0f3c7bde4aa086971ffa54cbb42 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 28ed7a8f36a671b8c9e629ad923c904eecf08ac4
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Apr 1 13:22:38 2014 -0400

    Increase max #users shown on  users/activity page.

diff --git a/apps/workbench/app/controllers/users_controller.rb b/apps/workbench/app/controllers/users_controller.rb
index fc4953e..1610653 100644
--- a/apps/workbench/app/controllers/users_controller.rb
+++ b/apps/workbench/app/controllers/users_controller.rb
@@ -12,7 +12,7 @@ class UsersController < ApplicationController
 
   def activity
     @breadcrumb_page_name = nil
-    @users = User.all
+    @users = User.limit(params[:limit] || 1000).all
     @user_activity = {}
     @activity = {
       logins: {},

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list