Sha256: cc486b6512032e43ad676a2289f452d709fc6fb827296da5f3e8389b4d073983

Contents?: true

Size: 630 Bytes

Versions: 6

Compression:

Stored size: 630 Bytes

Contents

<div class="subject">
<%= raw t('notification.post.'+ activity.receiver.subject.class.to_s.underscore, 
 :sender => link_to(truncate_name(activity.sender.name), 
                    polymorphic_url(activity.sender.subject)),
 :whose => t('notification.whose.'+ activity.receiver.subject.class.to_s.underscore,
            :receiver => truncate_name(activity.receiver.name)),
 :title => link_to(title_of(activity.direct_object),
                   polymorphic_url(activity.direct_object))) %>
</div>
<div class="briefing">
  "<%= link_to(description_of(activity.direct_object), polymorphic_url(activity.direct_object))%>"
</div>
 

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-0.21.3 base/app/views/notifications/activities/_post.html.erb
social_stream-0.21.2 base/app/views/notifications/activities/_post.html.erb
social_stream-0.21.1 base/app/views/notifications/activities/_post.html.erb
social_stream-base-0.16.1 app/views/notifications/activities/_post.html.erb
social_stream-0.21.0 base/app/views/notifications/activities/_post.html.erb
social_stream-base-0.16.0 app/views/notifications/activities/_post.html.erb