make tags links on featured users
This commit is contained in:
parent
a457ab1ca2
commit
bdc7c85b7e
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue