Commit
ac6f9bd32c1082557ebb77e37c263ff4e3253bbc
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
Merge branch 'AI1954-Manage-Friends-shows-the-wrong-number-of-persosns-per-page' into 'master'
Ai1954 manage friends shows the wrong number of persosns per page
Changed the number of friends shown per page, to improve usability.
ActionItem1954: http://noosfero.org/Development/ActionItem1954
See merge request !219
| @@ -20,7 +20,7 @@ class FriendsController < MyProfileController |
| @@ -20,7 +20,7 @@ class FriendsController < MyProfileController |
20
| |
20
| |
21
| class << self |
21
| class << self |
22
| def per_page |
22
| def per_page |
23
| - 10 |
23
| + 12 |
24
| end |
24
| end |
25
| end |
25
| end |
26
| def per_page |
26
| def per_page |