Commit c8ffa4d5a2fad320537266f3f777cd1676a660ea

Authored by Daniela Feitosa
2 parents 706f2ff6 2a875d50

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,7 +29,6 @@
29 <% if logged_in? && current_person.follows?(@profile) %> 29 <% if logged_in? && current_person.follows?(@profile) %>
30 <% tabs << {:title => _('Wall'), :id => 'profile-wall', :content => (render :partial => 'profile_wall')} %> 30 <% tabs << {:title => _('Wall'), :id => 'profile-wall', :content => (render :partial => 'profile_wall')} %>
31 <% end %> 31 <% end %>
32 - <% tabs << {:title => _('What\'s new'), :id => 'profile-network', :content => (render :partial => 'profile_network')} %>  
33 <% elsif @profile.person? %> 32 <% elsif @profile.person? %>
34 <% tabs << {:title => _('Profile'), :id => 'person-profile', :content => (render :partial => 'person_profile')} %> 33 <% tabs << {:title => _('Profile'), :id => 'person-profile', :content => (render :partial => 'person_profile')} %>
35 <% if logged_in? && current_person.follows?(@profile) %> 34 <% if logged_in? && current_person.follows?(@profile) %>