From aef2268a8b74c2b673d1ee200c515d92a803254f Mon Sep 17 00:00:00 2001 From: Jose Pedro <1jpsneto@gmail.com> Date: Tue, 8 Apr 2014 20:12:37 -0300 Subject: [PATCH] wrong-number-of-persosns-per-page: fixed number of friends per page. --- app/controllers/my_profile/friends_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/controllers/my_profile/friends_controller.rb diff --git a/app/controllers/my_profile/friends_controller.rb b/app/controllers/my_profile/friends_controller.rb old mode 100644 new mode 100755 index 21f812b..b34e8b5 --- a/app/controllers/my_profile/friends_controller.rb +++ b/app/controllers/my_profile/friends_controller.rb @@ -20,7 +20,7 @@ class FriendsController < MyProfileController class << self def per_page - 10 + 12 end end def per_page -- libgit2 0.21.2