added diaspora handle to user profile page

This commit is contained in:
maxwell 2010-10-19 20:34:10 -07:00
parent da95930c9a
commit bfe57b13cc

View file

@ -12,6 +12,8 @@
= person_image_link(@person) = person_image_link(@person)
%ul %ul
-unless @posts.first.nil? -unless @posts.first.nil?
%li
%b.small= @person.diaspora_handle
%li %li
%i= t(".last_seen",:how_long_ago => how_long_ago(@posts.first)) %i= t(".last_seen",:how_long_ago => how_long_ago(@posts.first))
- if @person != current_user.person && current_user.friends.include?(@person) - if @person != current_user.person && current_user.friends.include?(@person)