Sha256: 7c99b54242a679dfcaf33881584cb0dc550d1ea8c610c1b46d2d4805397d2500
Contents?: true
Size: 458 Bytes
Versions: 54
Compression:
Stored size: 458 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
54 entries across 54 versions & 2 rubygems