From 170aeb13a7fc7f267e2c5536283607123113d574 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 4 Jul 2008 17:55:05 +0000 Subject: [PATCH] ActionItem490: remove attempt to list products --- app/views/blocks/profile_info.rhtml | 14 -------------- 1 file changed, 0 insertions(+), 14 deletions(-) diff --git a/app/views/blocks/profile_info.rhtml b/app/views/blocks/profile_info.rhtml index e7f5c80..dd6beee 100644 --- a/app/views/blocks/profile_info.rhtml +++ b/app/views/blocks/profile_info.rhtml @@ -34,20 +34,6 @@ <% end %> -<% if profile.class == Enterprise %> -
-<%= - profile.product_categories.map{ |c| c.size > 1 ? [c[0],c[1]] : nil }. - compact.uniq.map{ |c| - content_tag 'span', - content_tag( 'span', c.join(' → ') ), - :title => c[0] +' → '+ c[1], - :class => 'product_cat_' + (c[0]+'_'+c[1]).gsub( /\s/, '_' ) - }.join "\n" -%> -
-<% end %> -
<%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>
-- libgit2 0.21.2