Development

This commit is contained in:
Matthew Grotke 2026-05-26 00:14:50 -04:00
parent 63ce42278d
commit 3729ecfa76

View file

@ -1713,7 +1713,7 @@ def render_layout(view_id, content_html, tokens):
pass pass
pending_bar = '' pending_bar = ''
if has_pending_alert: if has_pending_alert and not problem_bars and view_id != 'view_actions':
pending_bar = ('<div class="info-bar info-bar-warning">' pending_bar = ('<div class="info-bar info-bar-warning">'
'<span>You have actions pending. Please visit the <strong>Actions</strong> page.</span>' '<span>You have actions pending. Please visit the <strong>Actions</strong> page.</span>'
'</div>\n') '</div>\n')