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
91476b56
Commit
91476b56
authored
Sep 17, 2020
by
Marcin Sedlak-Jakubowski
Committed by
Olena Horal-Koretska
Sep 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate Bootstrap button to GitLab UI button
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41894
parent
a90559bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
ee/app/assets/javascripts/boards/components/boards_list_selector/milestones_list_item.vue
.../components/boards_list_selector/milestones_list_item.vue
+9
-6
No files found.
ee/app/assets/javascripts/boards/components/boards_list_selector/milestones_list_item.vue
View file @
91476b56
<
script
>
import
{
GlButton
}
from
'
@gitlab/ui
'
;
export
default
{
components
:
{
GlButton
,
},
props
:
{
item
:
{
type
:
Object
,
...
...
@@ -15,11 +20,9 @@ export default {
</
script
>
<
template
>
<li
class=
"filter-dropdown-item"
@
click=
"handleItemClick"
>
<button
class=
"btn btn-link dropdown-user"
type=
"button"
>
<div
class=
"dropdown-user-details"
>
<div
:title=
"item.title"
>
{{
item
.
title
}}
</div>
</div>
</button>
<li>
<gl-button
category=
"tertiary"
class=
"gl-rounded-0!"
@
click=
"handleItemClick"
>
<span
class=
"gl-white-space-normal"
>
{{
item
.
title
}}
</span>
</gl-button>
</li>
</
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