mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 06:55:21 +02:00
7 lines
337 B
Text
7 lines
337 B
Text
|
<%= turbo_frame_tag "modal" %>
|
||
|
<%= turbo_frame_tag "drawer" %>
|
||
|
<%= render "shared/confirm_modal" %>
|
||
|
|
||
|
<%= render "impersonation_sessions/super_admin_bar" if Current.true_user&.super_admin? && show_super_admin_bar? %>
|
||
|
<%= render "impersonation_sessions/approval_bar" if Current.true_user&.impersonated_support_sessions&.initiated&.any? %>
|