Sha256: f0776ef45e85061bf4715e13e9e208d63ec1838dcb0553d7f88c7ce3d332e77d

Contents?: true

Size: 382 Bytes

Versions: 8

Compression:

Stored size: 382 Bytes

Contents

.profile
  .column.span-9.first
    .favorites.section
      .favorite
        %h2= link_to "#{@user.login}'s "+:favorites.l, user_favorites_path(@user)        

        %p
          =render :partial => 'favorites/favorite', :locals => {:favorite => @favorite}
        
  #sidebar.column.span-5.last
    = Ad.display(:sidebar_1, logged_in?)

    = Ad.display(:sidebar_2, logged_in?)

Version data entries

8 entries across 8 versions & 1 rubygems

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