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
cfdc2632
Commit
cfdc2632
authored
Aug 27, 2020
by
Jeremy Elder
Committed by
Tim Zallmann
Aug 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate Bootstrap button to GlButton in …assignees_list_item.vue
parent
5ff3f72f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
ee/app/assets/javascripts/boards/components/boards_list_selector/assignees_list_item.vue
...s/components/boards_list_selector/assignees_list_item.vue
+6
-2
ee/changelogs/unreleased/229317-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-ee-app-assets.yml
...otstrap-button-to-gitlab-ui-glbutton-in-ee-app-assets.yml
+5
-0
No files found.
ee/app/assets/javascripts/boards/components/boards_list_selector/assignees_list_item.vue
View file @
cfdc2632
<
script
>
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
{
sprintf
,
__
}
from
'
~/locale
'
;
export
default
{
components
:
{
GlButton
,
},
props
:
{
item
:
{
type
:
Object
,
...
...
@@ -25,7 +29,7 @@ export default {
<
template
>
<li
class=
"filter-dropdown-item"
@
click=
"handleItemClick"
>
<
button
class=
"btn btn-link dropdown-user d-flex py-2 px-4"
type=
"button
"
>
<
gl-button
variant=
"link"
category=
"primary"
class=
"dropdown-user
"
>
<div
class=
"avatar-container s32 flex-shrink-0"
>
<img
:alt=
"avatarAltText"
:src=
"item.avatar_url"
class=
"avatar s32 lazy"
/>
</div>
...
...
@@ -33,6 +37,6 @@ export default {
<div
class=
"text-truncate"
>
{{
item
.
name
}}
</div>
<div
class=
"text-truncate dropdown-light-content"
>
@
{{
item
.
username
}}
</div>
</div>
</button>
</
gl-
button>
</li>
</
template
>
ee/changelogs/unreleased/229317-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-ee-app-assets.yml
0 → 100644
View file @
cfdc2632
---
title
:
Migrate Bootstrap button to GlButton in the issue boards assignee dropdown list
merge_request
:
40398
author
:
type
:
other
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