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
d7db0aaf
Commit
d7db0aaf
authored
Aug 10, 2020
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert deprecated buttons to glButtons in discussion_filter_note.vue
parent
54ea9a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/notes/components/discussion_filter_note.vue
...s/javascripts/notes/components/discussion_filter_note.vue
+6
-6
No files found.
app/assets/javascripts/notes/components/discussion_filter_note.vue
View file @
d7db0aaf
<
script
>
import
{
Gl
Deprecated
Button
}
from
'
@gitlab/ui
'
;
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
{
__
,
sprintf
}
from
'
~/locale
'
;
...
...
@@ -7,7 +7,7 @@ import notesEventHub from '../event_hub';
export
default
{
components
:
{
Gl
Deprecated
Button
,
GlButton
,
Icon
,
},
computed
:
{
...
...
@@ -40,12 +40,12 @@ export default {
<div
class=
"timeline-content"
>
<div
ref=
"timelineContent"
v-html=
"timelineContent"
></div>
<div
class=
"discussion-filter-actions mt-2"
>
<gl-
deprecated-
button
ref=
"showAllActivity"
variant=
"default"
@
click=
"selectFilter(0)"
>
<gl-button
ref=
"showAllActivity"
variant=
"default"
@
click=
"selectFilter(0)"
>
{{
__
(
'
Show all activity
'
)
}}
</gl-
deprecated-
button>
<gl-
deprecated-
button
ref=
"showComments"
variant=
"default"
@
click=
"selectFilter(1)"
>
</gl-button>
<gl-button
ref=
"showComments"
variant=
"default"
@
click=
"selectFilter(1)"
>
{{
__
(
'
Show comments only
'
)
}}
</gl-
deprecated-
button>
</gl-button>
</div>
</div>
</li>
...
...
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