Sha256: d57f93d5abb364596bfb5764231cccea54d59c7942cf3bc3ccc3f79e9a945005
Contents?: true
Size: 626 Bytes
Versions: 32
Compression:
Stored size: 626 Bytes
Contents
Dear <%= @target.printable_target_name %> You have recieved follwing notifications. <% @notifications.each do |notification| %> <%= notification.notifier.present? ? notification.notifier.printable_notifier_name : 'Someone' %> notified you of <%= notification.notifiable.printable_notifiable_name(notification.target) %><%= " in #{notification.group.printable_group_name}" if notification.group.present? %>. <%= "Move to notified #{notification.notifiable.printable_type.downcase}:" %> <%= move_notification_url_for(notification, open: true) %> <%= notification.created_at.strftime("%b %d %H:%M") %> <% end %> Thank you!
Version data entries
32 entries across 32 versions & 1 rubygems