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
497af5a4
Commit
497af5a4
authored
Jul 08, 2020
by
Taurie Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate new board issue buttons to GlButton
parent
6946d7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
app/assets/javascripts/boards/components/board_new_issue.vue
app/assets/javascripts/boards/components/board_new_issue.vue
+8
-11
No files found.
app/assets/javascripts/boards/components/board_new_issue.vue
View file @
497af5a4
<
script
>
import
$
from
'
jquery
'
;
import
{
Gl
Deprecated
Button
}
from
'
@gitlab/ui
'
;
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
{
getMilestone
}
from
'
ee_else_ce/boards/boards_util
'
;
import
ListIssue
from
'
ee_else_ce/boards/models/issue
'
;
import
eventHub
from
'
../eventhub
'
;
...
...
@@ -11,7 +11,7 @@ export default {
name
:
'
BoardNewIssue
'
,
components
:
{
ProjectSelect
,
Gl
Deprecated
Button
,
GlButton
,
},
props
:
{
groupId
:
{
...
...
@@ -120,21 +120,18 @@ export default {
/>
<project-select
v-if=
"groupId"
:group-id=
"groupId"
:list=
"list"
/>
<div
class=
"clearfix prepend-top-10"
>
<gl-
deprecated-
button
<gl-button
ref=
"submit-button"
:disabled=
"disabled"
class=
"float-left"
variant=
"success"
category=
"primary"
type=
"submit"
>
{{
__
(
'
Submit issue
'
)
}}
</gl-deprecated-button
>
<gl-deprecated-button
class=
"float-right"
type=
"button"
variant=
"default"
@
click=
"cancel"
>
{{
__
(
'
Cancel
'
)
}}
</gl-deprecated-button
>
{{
__
(
'
Submit issue
'
)
}}
</gl-button
>
<gl-button
class=
"float-right"
type=
"button"
variant=
"default"
@
click=
"cancel"
>
{{
__
(
'
Cancel
'
)
}}
</gl-button>
</div>
</form>
</div>
...
...
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