mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
<%# Primerized flash messages are being rendered separately %>
|
|
<div id="primerized-flash-messages"
|
|
class="op-primer-flash"
|
|
data-controller="flash"
|
|
data-flash-autohide-value="<%= User.current.pref.auto_hide_popups? %>">
|
|
<%= render_flash_messages %>
|
|
</div>
|
|
|
|
<%# Flash modals render modal components %>
|
|
<%= render_flash_modal %>
|