Commit 5fce9d46cddd00c22f086558237583e9d4130824
1 parent
1d10ce61
Exists in
master
and in
29 other branches
Replace old browse by search
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/models/communities_block.rb
... | ... | @@ -21,7 +21,7 @@ class CommunitiesBlock < ProfileListBlock |
21 | 21 | end |
22 | 22 | when Environment |
23 | 23 | lambda do |
24 | - link_to s_('communities|View all'), :controller => 'browse', :action => 'communities' | |
24 | + link_to s_('communities|View all'), :controller => 'search', :action => 'communities' | |
25 | 25 | end |
26 | 26 | else |
27 | 27 | '' | ... | ... |
app/models/people_block.rb