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
0b680a5f
Commit
0b680a5f
authored
5 years ago
by
Vitaly Slobodin
Committed by
Douglas Barbosa Alexandre
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Bootstrap utility to set the font size
parent
daa1b856
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
ee/app/assets/stylesheets/pages/billings.scss
ee/app/assets/stylesheets/pages/billings.scss
+0
-4
ee/app/views/shared/billings/_billing_plan_header.html.haml
ee/app/views/shared/billings/_billing_plan_header.html.haml
+1
-1
No files found.
ee/app/assets/stylesheets/pages/billings.scss
View file @
0b680a5f
...
@@ -16,10 +16,6 @@
...
@@ -16,10 +16,6 @@
margin-bottom
:
16px
;
margin-bottom
:
16px
;
}
}
}
}
h4
{
font-size
:
20px
;
}
}
}
.billing-plans-alert
{
.billing-plans-alert
{
...
...
This diff is collapsed.
Click to expand it.
ee/app/views/shared/billings/_billing_plan_header.html.haml
View file @
0b680a5f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
.avatar-container.rect-avatar.s96.home-panel-avatar.append-right-default.float-none.mx-auto.mb-4.mt-1.rounded.border
.avatar-container.rect-avatar.s96.home-panel-avatar.append-right-default.float-none.mx-auto.mb-4.mt-1.rounded.border
=
group_icon
(
@group
,
class:
'avatar avatar-tile s96'
,
width:
96
,
height:
96
,
alt:
@group
.
name
)
=
group_icon
(
@group
,
class:
'avatar avatar-tile s96'
,
width:
96
,
height:
96
,
alt:
@group
.
name
)
%h4
%h4
.h4
-
plan_link
=
plan
.
about_page_href
?
link_to
(
plan
.
code
.
titleize
,
plan
.
about_page_href
)
:
plan
.
name
-
plan_link
=
plan
.
about_page_href
?
link_to
(
plan
.
code
.
titleize
,
plan
.
about_page_href
)
:
plan
.
name
-
if
namespace
==
current_user
.
namespace
-
if
namespace
==
current_user
.
namespace
=
s_
(
"BillingPlans|@%{user_name} you are currently on the %{plan_link} plan."
).
html_safe
%
{
user_name:
current_user
.
username
,
plan_link:
plan_link
}
=
s_
(
"BillingPlans|@%{user_name} you are currently on the %{plan_link} plan."
).
html_safe
%
{
user_name:
current_user
.
username
,
plan_link:
plan_link
}
...
...
This diff is collapsed.
Click to expand it.
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