fixed links to featured user's tags on getting_started page

This commit is contained in:
alda519 2011-09-15 17:03:17 +02:00
parent e4f7bc7216
commit b2c141a221

View file

@ -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