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
f84e23b8
Commit
f84e23b8
authored
Mar 16, 2021
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tree action link component
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56766
parent
d69809a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
app/assets/javascripts/repository/components/tree_action_link.vue
...ts/javascripts/repository/components/tree_action_link.vue
+0
-28
No files found.
app/assets/javascripts/repository/components/tree_action_link.vue
deleted
100644 → 0
View file @
d69809a3
<
script
>
import
{
GlLink
}
from
'
@gitlab/ui
'
;
export
default
{
components
:
{
GlLink
,
},
props
:
{
path
:
{
type
:
String
,
required
:
true
,
},
text
:
{
type
:
String
,
required
:
true
,
},
cssClass
:
{
type
:
String
,
required
:
false
,
default
:
null
,
},
},
};
</
script
>
<
template
>
<gl-link
:href=
"path"
:class=
"cssClass"
class=
"btn gl-button"
>
{{
text
}}
</gl-link>
</
template
>
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