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