15 lines
358 B
Text
15 lines
358 B
Text
#author_info
|
|
= owner_image_link
|
|
.from
|
|
%h2
|
|
= post.person.real_name
|
|
.aspect
|
|
➔
|
|
%ul
|
|
- if post.public?
|
|
the world
|
|
- else
|
|
- for aspect in current_user.aspects_with_post( post.id )
|
|
%li= link_to aspect.name, aspect
|
|
|
|
= link_to "view profile", person_path(post.person)
|