From 56f5efc373c985607f3174df2256a5687d3ec08a Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 3 Oct 2011 16:14:27 -0700 Subject: [PATCH] yeah that didnt work --- app/views/tags/_followed_tags_listings.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/tags/_followed_tags_listings.haml b/app/views/tags/_followed_tags_listings.haml index 7bd2e56e9..06af81627 100644 --- a/app/views/tags/_followed_tags_listings.haml +++ b/app/views/tags/_followed_tags_listings.haml @@ -5,7 +5,8 @@ - if user_signed_in? %ul.left_nav %li - %b=link_to t('aspects.index.tags_following'), tag_followings_path, :class => 'home_selector' + -# %b=link_to t('aspects.index.tags_following'), tag_followings_path, :class => 'home_selector' + %b=t('aspects.index.tags_following') %ul.sub_nav - if tags.size > 0