From 5afbd8eafe1ed186a40944f81043287a7f9eb287 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 9 Apr 2012 14:42:46 -0300 Subject: [PATCH] Removed duplicated "Interests" on person profile --- app/views/profile/_person_profile.rhtml | 12 ------------ 1 file changed, 0 insertions(+), 12 deletions(-) diff --git a/app/views/profile/_person_profile.rhtml b/app/views/profile/_person_profile.rhtml index bfd19e3..6c95cc7 100644 --- a/app/views/profile/_person_profile.rhtml +++ b/app/views/profile/_person_profile.rhtml @@ -57,18 +57,6 @@ <%= link_to profile.communities.count, :controller => "profile", :action => 'communities' %> - <% if !environment.enabled?('disable_categories') && !profile.interests.empty? %> - - <%= _('Interests') %> - - <% profile.interests.each do |item| %> - - - <%= link_to item.name, :controller => 'search', :action => 'category_index', :category_path => item.explode_path %> - - <% end %> - <% end %> - <%= render :partial => 'common' %> -- libgit2 0.21.2