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
16e15fc5
Commit
16e15fc5
authored
Sep 24, 2020
by
cnorris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update button element with new code
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/219810
parent
c3a1afa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
app/assets/javascripts/vue_shared/components/header_ci_component.vue
...javascripts/vue_shared/components/header_ci_component.vue
+7
-8
No files found.
app/assets/javascripts/vue_shared/components/header_ci_component.vue
View file @
16e15fc5
<
script
>
/* eslint-disable vue/no-v-html */
import
{
GlTooltipDirective
,
GlLink
,
Gl
Deprecated
Button
,
GlTooltip
}
from
'
@gitlab/ui
'
;
import
{
GlTooltipDirective
,
GlLink
,
GlButton
,
GlTooltip
}
from
'
@gitlab/ui
'
;
import
CiIconBadge
from
'
./ci_badge_link.vue
'
;
import
TimeagoTooltip
from
'
./time_ago_tooltip.vue
'
;
import
UserAvatarImage
from
'
./user_avatar/user_avatar_image.vue
'
;
...
...
@@ -20,7 +20,7 @@ export default {
TimeagoTooltip
,
UserAvatarImage
,
GlLink
,
Gl
Deprecated
Button
,
GlButton
,
GlTooltip
,
},
directives
:
{
...
...
@@ -141,14 +141,13 @@ export default {
<section
v-if=
"$slots.default"
data-testid=
"headerButtons"
class=
"gl-display-flex"
>
<slot></slot>
</section>
<gl-
deprecated-
button
<gl-button
v-if=
"hasSidebarButton"
id=
"toggleSidebar"
class=
"d-block d-sm-none
sidebar-toggle-btn js-sidebar-build-toggle js-sidebar-build-toggle-header"
class=
"d-block d-sm-none sidebar-toggle-btn js-sidebar-build-toggle js-sidebar-build-toggle-header"
icon=
"angle-double-left"
:aria-label=
"__('Toggle sidebar')"
@
click=
"onClickSidebarButton"
>
<i
class=
"fa fa-angle-double-left"
aria-hidden=
"true"
aria-labelledby=
"toggleSidebar"
>
</i>
</gl-deprecated-button>
/>
</header>
</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