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
194ec9de
Commit
194ec9de
authored
Sep 19, 2020
by
Austin Regnery
Committed by
Martin Wortschack
Sep 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace <gl-deprecated-button> with <gl-button> in sidebar.vue
parent
b8bfd637
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
app/assets/javascripts/jobs/components/sidebar.vue
app/assets/javascripts/jobs/components/sidebar.vue
+7
-8
No files found.
app/assets/javascripts/jobs/components/sidebar.vue
View file @
194ec9de
<
script
>
<
script
>
import
{
isEmpty
}
from
'
lodash
'
;
import
{
isEmpty
}
from
'
lodash
'
;
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
GlLink
,
Gl
Deprecated
Button
,
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
GlLink
,
GlButton
,
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
__
,
sprintf
}
from
'
~/locale
'
;
import
{
__
,
sprintf
}
from
'
~/locale
'
;
import
timeagoMixin
from
'
~/vue_shared/mixins/timeago
'
;
import
timeagoMixin
from
'
~/vue_shared/mixins/timeago
'
;
import
TooltipOnTruncate
from
'
~/vue_shared/components/tooltip_on_truncate.vue
'
;
import
TooltipOnTruncate
from
'
~/vue_shared/components/tooltip_on_truncate.vue
'
;
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
StagesDropdown
,
StagesDropdown
,
JobsContainer
,
JobsContainer
,
GlLink
,
GlLink
,
Gl
Deprecated
Button
,
GlButton
,
TooltipOnTruncate
,
TooltipOnTruncate
,
},
},
mixins
:
[
timeagoMixin
],
mixins
:
[
timeagoMixin
],
...
@@ -143,14 +143,13 @@ export default {
...
@@ -143,14 +143,13 @@ export default {
>
>
</div>
</div>
<gl-
deprecated-
button
<gl-button
:aria-label=
"__('Toggle Sidebar')"
:aria-label=
"__('Toggle Sidebar')"
type=
"button"
class=
"d-md-none gl-ml-2 js-sidebar-build-toggle"
class=
"btn btn-blank gutter-toggle float-right d-block d-md-none js-sidebar-build-toggle"
category=
"tertiary"
icon=
"chevron-double-lg-right"
@
click=
"toggleSidebar"
@
click=
"toggleSidebar"
>
/>
<i
aria-hidden=
"true"
data-hidden=
"true"
class=
"fa fa-angle-double-right"
></i>
</gl-deprecated-button>
</div>
</div>
<div
v-if=
"job.terminal_path || job.new_issue_path"
class=
"block retry-link"
>
<div
v-if=
"job.terminal_path || job.new_issue_path"
class=
"block retry-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