Commit 18e182fd3601fd0c6bb903ce5bf80c024d054594
1 parent
a4885f4d
Exists in
master
and in
23 other branches
ActionItem85: mak it list only users
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@795 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/list_block.rb
| @@ -5,7 +5,7 @@ class ListBlock < Design::Block | @@ -5,7 +5,7 @@ class ListBlock < Design::Block | ||
| 5 | lambda do | 5 | lambda do |
| 6 | content_tag( | 6 | content_tag( |
| 7 | 'ul', | 7 | 'ul', |
| 8 | - Profile.find(:all).map do |p| | 8 | + Person.find(:all).map do |p| |
| 9 | content_tag( | 9 | content_tag( |
| 10 | 'li', | 10 | 'li', |
| 11 | content_tag( | 11 | content_tag( |