mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
5c85595ab4
* System notification view and notification partial (SCI 2956 and SCI 3001)
3 lines
141 B
Text
3 lines
141 B
Text
<% notifications.each do |notification| %>
|
|
<%= render partial: 'notification.html.erb', locals: { notification: notification} %>
|
|
<% end %>
|