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
e6a1eb6f
Commit
e6a1eb6f
authored
Sep 02, 2020
by
Sunjung Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Glbutton and replace the old button
parent
573bc5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
app/assets/javascripts/boards/components/modal/footer.vue
app/assets/javascripts/boards/components/modal/footer.vue
+6
-4
No files found.
app/assets/javascripts/boards/components/modal/footer.vue
View file @
e6a1eb6f
<
script
>
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
footerEEMixin
from
'
ee_else_ce/boards/mixins/modal_footer
'
;
import
{
deprecatedCreateFlash
as
Flash
}
from
'
../../../flash
'
;
import
{
__
,
n__
}
from
'
../../../locale
'
;
...
...
@@ -10,6 +11,7 @@ import boardsStore from '../../stores/boards_store';
export
default
{
components
:
{
ListsDropdown
,
GlButton
,
},
mixins
:
[
modalMixin
,
footerEEMixin
],
data
()
{
...
...
@@ -65,14 +67,14 @@ export default {
<
template
>
<footer
class=
"form-actions add-issues-footer"
>
<div
class=
"float-left"
>
<button
:disabled=
"submitDisabled"
class=
"btn btn-success"
type=
"button"
@
click=
"addIssues"
>
<
gl-
button
:disabled=
"submitDisabled"
class=
"btn btn-success"
type=
"button"
@
click=
"addIssues"
>
{{
submitText
}}
</button>
</
gl-
button>
<span
class=
"inline add-issues-footer-to-list"
>
{{
__
(
'
to list
'
)
}}
</span>
<lists-dropdown
/>
</div>
<button
class=
"btn btn-default float-right"
type=
"button"
@
click=
"toggleModal(false)"
>
<
gl-
button
class=
"btn btn-default float-right"
type=
"button"
@
click=
"toggleModal(false)"
>
{{
__
(
'
Cancel
'
)
}}
</button>
</
gl-
button>
</footer>
</
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