From bdc7c85b7e38be11f88d042f6812ed1d0c7e6ff1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 6 Oct 2011 17:29:07 -0700 Subject: [PATCH] make tags links on featured users --- app/views/featured_users/_user.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/featured_users/_user.html.haml b/app/views/featured_users/_user.html.haml index 03b16b315..f2cc5ff44 100644 --- a/app/views/featured_users/_user.html.haml +++ b/app/views/featured_users/_user.html.haml @@ -4,8 +4,8 @@ = person.name .tags - - person.profile.tags.each do |tg| - = "##{tg}" + - person.profile.tags.each do |tag| + = link_to "##{tag}", tag_path(tag) .add_user_to_aspect = render :partial => 'people/relationship_action',