Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4b01e287
Commit
4b01e287
authored
Feb 24, 2022
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add container to qrtly reconciliation banner
Changelog: fixed EE: true
parent
20b95750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
ee/app/views/shared/_manual_quarterly_reconciliation_banner.html.haml
.../shared/_manual_quarterly_reconciliation_banner.html.haml
+12
-11
No files found.
ee/app/views/shared/_manual_quarterly_reconciliation_banner.html.haml
View file @
4b01e287
...
...
@@ -2,14 +2,15 @@
-
return
unless
payload
&
.
display?
=
content_for
:page_level_alert
do
=
render
'shared/global_alert'
,
title:
payload
.
subject
,
variant:
payload
.
display_error_version?
?
:danger
:
:warning
,
alert_class:
'gl-my-5'
,
alert_data:
{
testid:
'manual-quarterly-co-term-banner'
},
dismissible:
false
do
.gl-alert-body
=
payload
.
body
.gl-alert-actions
=
link_to
s_
(
'SubscriptionBanner|Export license usage file'
),
admin_license_usage_export_path
(
format: :csv
),
class:
'btn gl-alert-action gl-button btn-confirm'
=
link_to
s_
(
'SubscriptionBanner|Upload new license'
),
new_admin_license_path
,
class:
'btn gl-alert-action gl-button btn-default'
%div
{
class:
[
container_class
,
@content_class
,
'gl-pt-5!'
]
}
=
render
'shared/global_alert'
,
title:
payload
.
subject
,
variant:
payload
.
display_error_version?
?
:danger
:
:warning
,
alert_class:
'gl-my-5'
,
alert_data:
{
testid:
'manual-quarterly-co-term-banner'
},
dismissible:
false
do
.gl-alert-body
=
payload
.
body
.gl-alert-actions
=
link_to
s_
(
'SubscriptionBanner|Export license usage file'
),
admin_license_usage_export_path
(
format: :csv
),
class:
'btn gl-alert-action gl-button btn-confirm'
=
link_to
s_
(
'SubscriptionBanner|Upload new license'
),
new_admin_license_path
,
class:
'btn gl-alert-action gl-button btn-default'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment