Sha256: 09d237b7496e5b3962ac4c1f078312ffe216ac4844ee51918e640460ae686d9d
Contents?: true
Size: 475 Bytes
Versions: 73
Compression:
Stored size: 475 Bytes
Contents
<% self.class.send :include, SubjectsHelper, NotificationsHelper, ActionView::Helpers::TextHelper %> <% locale_as @receiver.subject %> <%= t('notification.hello', :receiver => @receiver.name)%> <%= render :partial => "notifications/activities/#{ @notification.notified_object.verb }", :locals =>{:activity => @notification.notified_object}%> ----------------------------------------------- <%= raw t('notification.visit', :url=> notifications_url)%>
Version data entries
73 entries across 73 versions & 2 rubygems