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
f7d1c3d7
Commit
f7d1c3d7
authored
Oct 22, 2021
by
Rishabh Gupta
Committed by
Olena Horal-Koretska
Oct 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix depreciated GLIcon size and property
parent
40da3788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/subscriptions/new/components/order_summary.vue
...avascripts/subscriptions/new/components/order_summary.vue
+2
-2
No files found.
ee/app/assets/javascripts/subscriptions/new/components/order_summary.vue
View file @
f7d1c3d7
...
...
@@ -47,8 +47,8 @@ export default {
<div
@
click=
"toggleCollapse"
>
<h4
class=
"d-flex justify-content-between gl-font-lg"
:class=
"
{ 'gl-mb-7': !collapsed }">
<div
class=
"d-flex"
>
<gl-icon
v-if=
"collapsed"
name=
"chevron-right"
:size=
"18"
use-deprecated-sizes
/>
<gl-icon
v-else
name=
"chevron-down"
:size=
"18"
use-deprecated-sizes
/>
<gl-icon
v-if=
"collapsed"
name=
"chevron-right"
/>
<gl-icon
v-else
name=
"chevron-down"
/>
<div>
{{
titleWithName
}}
</div>
</div>
<div
class=
"gl-ml-3"
>
{{
formatAmount
(
totalAmount
,
usersPresent
)
}}
</div>
...
...
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