Sha256: 552de2073c1b41abd1bf687088970fc1536a8c8a2a5b0629dc9e8d0745e60b75

Contents?: true

Size: 275 Bytes

Versions: 10

Compression:

Stored size: 275 Bytes

Contents

- case favorite.favoritable.class.to_s.tableize
  - when 'clippings'
    = render :partial => "clippings/clipping", :locals => {:clipping => favorite.favoritable}
  - when 'posts'
    = render :partial => "posts/favorited_post", :locals => {:post => favorite.favoritable}    

Version data entries

10 entries across 10 versions & 1 rubygems

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