Sha256: 4e3c506a696e7cd765f149a36ff75012f44ec3254f7ae297325ab53b986e2036

Contents?: true

Size: 512 Bytes

Versions: 8

Compression:

Stored size: 512 Bytes

Contents

.yui-b= render :partial => 'users/profile_user_info_sidebar'

#yui-main
  .yui-b
    -box :id => "friends" do
      %h3
        =:accepted_friendships.l(:count => @friend_count)
        = link_to "(#{@pending_friendships_count} "+:pending.l+")", pending_user_friendships_path(@user) if  (@pending_friendships_count > 0)
      .pagination=paginating_links @friendships if @friendships.total_count > 1
      
      .clear
      .user_list= render :partial => "friendships/friendship", :collection => @friendships

Version data entries

8 entries across 8 versions & 1 rubygems

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