diff --git a/app/models/members_block.rb b/app/models/members_block.rb index f13dfc0..48fb3da 100644 --- a/app/models/members_block.rb +++ b/app/models/members_block.rb @@ -14,7 +14,7 @@ class MembersBlock < ProfileListBlock def footer profile = self.owner - lambda do + proc do link_to _('View all'), :profile => profile.identifier, :controller => 'profile', :action => 'members' end end -- libgit2 0.21.2