Sha256: e5a3f65e46a887443a138bc2395109ffee287fbd3cfa46ffd815135f93b08066

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

- user = friendship.friend

.yui-gf.row
  .yui-u.first.centered= image_tag( user.avatar_photo_url(:thumb), :class => "polaroid" )
  .yui-g
    .yui-u.first
      %h2= link_to user.login, user_path(user)
      - if user.metro_area      
        = "#{:from.l} #{user.location}"
        %br 
      %p= friendship.friendship_status.name.l
      %p
        =:requested.l
        = time_ago_in_words friendship.created_at

    .yui-u= friendship_control_links(friendship) if @is_current_user

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/friendships/_friendship.html.haml
community_engine-2.3.1 app/views/friendships/_friendship.html.haml
community_engine-2.3.0 app/views/friendships/_friendship.html.haml
community_engine-2.1.0 app/views/friendships/_friendship.html.haml
community_engine-2.0.0 app/views/friendships/_friendship.html.haml
community_engine-2.0.0.beta3 app/views/friendships/_friendship.html.haml
community_engine-2.0.0.beta2 app/views/friendships/_friendship.html.haml
community_engine-2.0.0.beta1 app/views/friendships/_friendship.html.haml