Sha256: 77996b1cba558af911ff5aca2e812592e09c0414da8fac6ec8eee71bc4494b14
Contents?: true
Size: 668 Bytes
Versions: 78
Compression:
Stored size: 668 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), notification_url_of(activity.direct_object, @notification))) %> </div> <div class="briefing"> "<%= link_to(description_of(activity.direct_object), notification_url_of(activity.direct_object, @notification))%>" </div>
Version data entries
78 entries across 78 versions & 2 rubygems