Updates introduce support for preloading contacts to Gon in order to support client-side rendering of aspect membership dropdown box.
5 lines
170 B
Text
5 lines
170 B
Text
- unless person == current_user.person
|
|
.aspect_membership_dropdown.placeholder{data: {person_id: person.id}}
|
|
-else
|
|
%span.thats_you
|
|
= t("people.person.thats_you")
|