Commit c5b9dcdda121accbaffda557474b51af218a9879

Authored by Daniela Feitosa
2 parents 18e74e00 55b79c67

Merge branch 'fix_members_pagination' into 'master'

Fix members pagination

@melissawen pra validar tbm se o que fizemos no tema foi correto

See merge request !111
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
@@ -1052,7 +1052,7 @@ float: left; @@ -1052,7 +1052,7 @@ float: left;
1052 padding-bottom: 30px; 1052 padding-bottom: 30px;
1053 } 1053 }
1054 1054
1055 -.action-profile-members .box-1 .common-profile-list-block span{ 1055 +.action-profile-members .box-1 .common-profile-list-block .profile-list-members span{
1056 margin-right: 0px; 1056 margin-right: 0px;
1057 width: 90px; 1057 width: 90px;
1058 height: 86px; 1058 height: 86px;
src/noosfero-spb/software_communities/views/profile/_profile_members_list.html.erb
@@ -12,3 +12,5 @@ @@ -12,3 +12,5 @@
12 <%= profile_image_link(u) %> 12 <%= profile_image_link(u) %>
13 <% end %> 13 <% end %>
14 </ul> 14 </ul>
  15 +
  16 +<%= pagination_links users, :param_name => "npage" %>