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
e0de376b
Commit
e0de376b
authored
Nov 10, 2021
by
Doug Stull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds margin to billings page
- was collapsed before Changelog: other EE: true
parent
451e08b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/views/groups/billings/index.html.haml
ee/app/views/groups/billings/index.html.haml
+1
-1
ee/app/views/shared/billings/_billing_plan_header.html.haml
ee/app/views/shared/billings/_billing_plan_header.html.haml
+1
-1
ee/app/views/shared/billings/_billing_plans.html.haml
ee/app/views/shared/billings/_billing_plans.html.haml
+1
-1
No files found.
ee/app/views/groups/billings/index.html.haml
View file @
e0de376b
...
...
@@ -3,7 +3,7 @@
=
render_if_exists
'shared/qrtly_reconciliation_alert'
,
group:
@group
-
if
@top_most_group
-
if
@top_most_group
# subgroup
-
top_most_group_plan
=
subscription_plan_info
(
@plans_data
,
@top_most_group
.
actual_plan_name
)
=
render
'shared/billings/billing_plan_header'
,
namespace:
@group
,
plan:
top_most_group_plan
,
parent_group:
@top_most_group
-
else
...
...
ee/app/views/shared/billings/_billing_plan_header.html.haml
View file @
e0de376b
...
...
@@ -3,7 +3,7 @@
-
if
namespace_for_user
=
render_if_exists
'trials/banner'
,
namespace:
namespace
.billing-plan-header.content-block.center
.gl-mb-3
.billing-plan-header.content-block.center
.billing-plan-logo
-
if
namespace_for_user
.avatar-container.s96.home-panel-avatar.gl-mr-3.float-none.mx-auto.mb-4.mt-1
...
...
ee/app/views/shared/billings/_billing_plans.html.haml
View file @
e0de376b
...
...
@@ -10,7 +10,7 @@
-
if
show_plans?
(
namespace
)
-
plans
=
billing_available_plans
(
plans_data
,
current_plan
)
.billing-plans
.billing-plans
.gl-mt-7
-
plans
.
each
do
|
plan
|
-
next
if
plan
.
hide_card
-
is_default_plan
=
current_plan
.
nil?
&&
plan
.
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