Sha256: c1c1231ed859944f300b97cee60d13b8e233f59b3ac89bb042476416b7ba8806
Contents?: true
Size: 589 Bytes
Versions: 8
Compression:
Stored size: 589 Bytes
Contents
- if activity.item - case activity.item_type - when 'Post', 'SbPost', 'Topic' = image_tag 'icons/post.png', :plugin => 'community_engine' - when 'Favorite' = image_tag 'icons/heart.png', :plugin => 'community_engine' - when 'Photo' = image_tag 'icons/picture.png', :plugin => 'community_engine' - when 'Comment' = image_tag 'icons/comment.png', :plugin => 'community_engine' - when 'Clipping' = image_tag 'icons/clipping.png', :plugin => 'community_engine' - else =image_tag 'icons/activity_default.png', :plugin => 'community_engine'
Version data entries
8 entries across 8 versions & 1 rubygems