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
f6799c3c
Commit
f6799c3c
authored
Sep 23, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-external-link with GitLab SVG
parent
dd82a059
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/javascripts/groups/components/group_folder.vue
app/assets/javascripts/groups/components/group_folder.vue
+5
-1
changelogs/unreleased/mw-replace-external-link-icon-group-folder.yml
...unreleased/mw-replace-external-link-icon-group-folder.yml
+5
-0
No files found.
app/assets/javascripts/groups/components/group_folder.vue
View file @
f6799c3c
<
script
>
import
{
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
n__
}
from
'
../../locale
'
;
import
{
MAX_CHILDREN_COUNT
}
from
'
../constants
'
;
export
default
{
components
:
{
GlIcon
,
},
props
:
{
parentGroup
:
{
type
:
Object
,
...
...
@@ -45,7 +49,7 @@ export default {
/>
<li
v-if=
"hasMoreChildren"
class=
"group-row"
>
<a
:href=
"parentGroup.relativePath"
class=
"group-row-contents has-more-items py-2"
>
<
i
class=
"fa fa-external-link"
aria-hidden=
"true"
>
</i
>
{{
moreChildrenStats
}}
<
gl-icon
name=
"external-link"
aria-hidden=
"true"
/
>
{{
moreChildrenStats
}}
</a>
</li>
</ul>
...
...
changelogs/unreleased/mw-replace-external-link-icon-group-folder.yml
0 → 100644
View file @
f6799c3c
---
title
:
Replace fa-external-link with GitLab SVG in group folder
merge_request
:
43128
author
:
type
:
changed
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