mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-03 16:31:22 +00:00
7 lines
171 B
Text
7 lines
171 B
Text
<% [:notice, :success, :error].each do |type| %>
|
|
<% if flash.key?(type) %>
|
|
<div class="flash <%= type %>">
|
|
<%= flash[type] %>
|
|
</div>
|
|
<% end %>
|
|
<% end %>
|