Skip to content
Snippets Groups Projects
Commit 18acdc7b authored by danielvincent's avatar danielvincent
Browse files

everyone instead of all on aspect#index page. photo partial avatar now links to poster's profile.

parent f5a0f44c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
%li.message{:data=>{:guid=>post.id}}
= person_image_tag(post.person)
= person_image_link(post.person)
.content
.from
......
......@@ -4,11 +4,17 @@
#left_pane
%h2= @aspect
- if @aspect == :all
%h2= "Everyone"
- else
%h2= @aspect
.friend_pictures
= owner_image_link
- for friend in @friends
= person_image_link(friend)
- if @logged_in && (@aspect == :public)
%h3 Facebook Friends
- @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment