make tags links on featured users

This commit is contained in:
Your Name 2011-10-06 17:29:07 -07:00
parent a457ab1ca2
commit bdc7c85b7e

View file

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