Commit c8ffa4d5a2fad320537266f3f777cd1676a660ea
Exists in
master
and in
28 other branches
Merge commit 'refs/merge-requests/201' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/201
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/profile/index.rhtml
... | ... | @@ -29,7 +29,6 @@ |
29 | 29 | <% if logged_in? && current_person.follows?(@profile) %> |
30 | 30 | <% tabs << {:title => _('Wall'), :id => 'profile-wall', :content => (render :partial => 'profile_wall')} %> |
31 | 31 | <% end %> |
32 | - <% tabs << {:title => _('What\'s new'), :id => 'profile-network', :content => (render :partial => 'profile_network')} %> | |
33 | 32 | <% elsif @profile.person? %> |
34 | 33 | <% tabs << {:title => _('Profile'), :id => 'person-profile', :content => (render :partial => 'person_profile')} %> |
35 | 34 | <% if logged_in? && current_person.follows?(@profile) %> | ... | ... |