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
5eba893e
Commit
5eba893e
authored
Aug 31, 2020
by
matejlatin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced the deprecated button
parent
065ee033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/notes/components/note_actions/reply_button.vue
...avascripts/notes/components/note_actions/reply_button.vue
+5
-5
No files found.
app/assets/javascripts/notes/components/note_actions/reply_button.vue
View file @
5eba893e
<
script
>
import
{
GlTooltipDirective
,
Gl
Deprecated
Button
,
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
GlTooltipDirective
,
GlButton
,
GlIcon
}
from
'
@gitlab/ui
'
;
export
default
{
name
:
'
ReplyButton
'
,
components
:
{
GlIcon
,
Gl
Deprecated
Button
,
GlButton
,
},
directives
:
{
GlTooltip
:
GlTooltipDirective
,
...
...
@@ -15,17 +15,17 @@ export default {
<
template
>
<div
class=
"note-actions-item"
>
<gl-
deprecated-
button
<gl-button
ref=
"button"
v-gl-tooltip
class=
"note-action-button"
data-track-event=
"click_button"
data-track-label=
"reply_comment_button"
variant=
"transparent
"
category=
"tertiary
"
:title=
"__('Reply to comment')"
@
click=
"$emit('startReplying')"
>
<gl-icon
name=
"comment"
class=
"link-highlight"
/>
</gl-
deprecated-
button>
</gl-button>
</div>
</
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