Sha256: 46b955d12ba31856f721b5800b1688c899859935d00f4543c5c8b32531842411

Contents?: true

Size: 401 Bytes

Versions: 8

Compression:

Stored size: 401 Bytes

Contents

-box do
  %h3=:friendship_request_detail.l
  - if @friendship.initiator? && @friendship.pending?
    =:waiting_for.l 
    = @friendship.friend.login
    =:to_accept.l
  - elsif @friendship.pending?
    =:this_friendship_is_pending.l 
    = link_to :click_to_accept_it.l, accept_user_friendship_path(@user, @friendship), :method => :put

  %br
  = link_to :back.l, accepted_user_friendships_path(@user)

Version data entries

8 entries across 8 versions & 1 rubygems

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