scinote-web/app/views/system_notifications/_list.html.erb
aignatov-bio 5c85595ab4
System Notifications - View All Page [SCI-2956 and SCI-3001] (#1482)
* System notification view and notification partial (SCI 2956 and SCI 3001)
2019-02-13 13:06:14 +01:00

4 lines
141 B
Plaintext

<% notifications.each do |notification| %>
<%= render partial: 'notification.html.erb', locals: { notification: notification} %>
<% end %>