From b2c141a221fe9dc2da075df90dbf30125fb025b6 Mon Sep 17 00:00:00 2001 From: alda519 Date: Thu, 15 Sep 2011 17:03:17 +0200 Subject: [PATCH] fixed links to featured user's tags on getting_started page --- app/views/users/getting_started.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml index 6f3973c06..cc5cb89ca 100644 --- a/app/views/users/getting_started.haml +++ b/app/views/users/getting_started.haml @@ -98,7 +98,7 @@ = person_link(person, :class => "hovercardable") .tags - person.profile.tags[0..2].each do |tg| - = link_to "##{tg}", tags_path(tg) + = link_to "##{tg}", tag_path(tg.name) = link_to "#{t('.see_all_featured_users')} ->", featured_users_path