Merge pull request #1985 from alda519/featured_user_tag_link

fixed links to featured user's tags on getting_started page
This commit is contained in:
Daniel Grippi 2011-09-15 09:28:08 -07:00
commit 380b980f8b

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