diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index 76ca8fa..6357776 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -40,13 +40,6 @@ result = public_profiles.all(:limit => get_limit, :order => 'profiles.updated_at _('Clicking on the people or groups will take you to their home page.') end - def content(args={}) - block = self - proc do - render :file => 'blocks/profile_list', :locals => { :block => block } - end - end - def view_title title.gsub('{#}', profile_count.to_s) end -- libgit2 0.21.2