From 2a875d50cc7bb83eebbf1700bf1d6ff86e6deff2 Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Mon, 6 Aug 2012 16:36:00 -0300 Subject: [PATCH] Removes "What's new" tab from Community's homepage --- app/views/profile/index.rhtml | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index 05f3100..2f70250 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -29,7 +29,6 @@ <% if logged_in? && current_person.follows?(@profile) %> <% tabs << {:title => _('Wall'), :id => 'profile-wall', :content => (render :partial => 'profile_wall')} %> <% end %> - <% tabs << {:title => _('What\'s new'), :id => 'profile-network', :content => (render :partial => 'profile_network')} %> <% elsif @profile.person? %> <% tabs << {:title => _('Profile'), :id => 'person-profile', :content => (render :partial => 'person_profile')} %> <% if logged_in? && current_person.follows?(@profile) %> -- libgit2 0.21.2