Development
This commit is contained in:
parent
63ce42278d
commit
3729ecfa76
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue