scinote-web/app/views/system_notifications/_list.html.erb

4 lines
141 B
Plaintext
Raw Normal View History

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