Sha256: 58e78d781afdf62f3517a4467fdf433459c52b6a0d1d0d5477b9d81c89cd72fa

Contents?: true

Size: 361 Bytes

Versions: 8

Compression:

Stored size: 361 Bytes

Contents

-box :class => 'favorites' do
  %h3= link_to "#{@user.login}'s "+:favorites.l, user_favorites_path(@user)        

  - @favorites.to_a.in_groups_of(2) do |group|
    .row  
      - group.compact.each do |f|
        =render :partial => "favorite", :locals => {:favorite => f}

        
.pagination=paginating_links @favorites if @favorites.total_count > 1      

Version data entries

8 entries across 8 versions & 1 rubygems

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