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
b35e51e2
Commit
b35e51e2
authored
Dec 10, 2020
by
Illya Klymov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch link to use GlLink component
parent
ef2643f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/import_entities/import_groups/components/import_table_row.vue
...rt_entities/import_groups/components/import_table_row.vue
+2
-2
No files found.
app/assets/javascripts/import_entities/import_groups/components/import_table_row.vue
View file @
b35e51e2
...
@@ -56,9 +56,9 @@ export default {
...
@@ -56,9 +56,9 @@ export default {
<
template
>
<
template
>
<tr
class=
"gl-border-gray-200 gl-border-0 gl-border-b-1"
>
<tr
class=
"gl-border-gray-200 gl-border-0 gl-border-b-1"
>
<td
class=
"gl-p-4"
>
<td
class=
"gl-p-4"
>
<
a
:href=
"group.web_url"
rel=
"noreferrer noopener
"
target=
"_blank"
>
<
gl-link
:href=
"group.web_url
"
target=
"_blank"
>
{{
group
.
full_path
}}
<gl-icon
name=
"external-link"
/>
{{
group
.
full_path
}}
<gl-icon
name=
"external-link"
/>
</
a
>
</
gl-link
>
</td>
</td>
<td
class=
"gl-p-4"
>
<td
class=
"gl-p-4"
>
<gl-link
v-if=
"isFinished"
:href=
"getFullPath(group)"
>
{{
getPath
(
group
)
}}
</gl-link>
<gl-link
v-if=
"isFinished"
:href=
"getFullPath(group)"
>
{{
getPath
(
group
)
}}
</gl-link>
...
...
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