Sha256: 5c3f7b822ba3d4e2adb6f3edccf4f55919738d6e59b7aca80672bdf8b0d4dca3

Contents?: true

Size: 244 Bytes

Versions: 28

Compression:

Stored size: 244 Bytes

Contents

<% @notifications.each do |notification| %>
<div>
  <%= render template: "notify_user/#{notification.class.name.underscore}/action_mailer/notification", locals: { notification: notification, params: notification.params } %>  
</div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
notify_user-0.0.14 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.12 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.10 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.9 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.8 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.7 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.6 app/views/notify_user/action_mailer/aggregate_notification.html.erb
notify_user-0.0.5 app/views/notify_user/action_mailer/aggregate_notification.html.erb