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
898b6d82
Commit
898b6d82
authored
Jul 07, 2020
by
Christie Lenneville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update create Epic button
parent
948c0e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
ee/app/assets/javascripts/epic/components/epic_create.vue
ee/app/assets/javascripts/epic/components/epic_create.vue
+8
-4
No files found.
ee/app/assets/javascripts/epic/components/epic_create.vue
View file @
898b6d82
...
@@ -7,7 +7,7 @@ import {
...
@@ -7,7 +7,7 @@ import {
GlIcon
,
GlIcon
,
GlButton
,
GlButton
,
GlTooltipDirective
,
GlTooltipDirective
,
Gl
Deprecated
Button
,
GlButton
,
}
from
'
@gitlab/ui
'
;
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
import
{
__
}
from
'
~/locale
'
;
...
@@ -18,7 +18,7 @@ export default {
...
@@ -18,7 +18,7 @@ export default {
components
:
{
components
:
{
GlFormCheckbox
,
GlFormCheckbox
,
GlIcon
,
GlIcon
,
Gl
Deprecated
Button
,
GlButton
,
GlButton
,
GlButton
,
GlForm
,
GlForm
,
GlFormInput
,
GlFormInput
,
...
@@ -72,9 +72,13 @@ export default {
...
@@ -72,9 +72,13 @@ export default {
<
template
>
<
template
>
<div
class=
"dropdown epic-create-dropdown"
>
<div
class=
"dropdown epic-create-dropdown"
>
<gl-deprecated-button
variant=
"success"
class=
"qa-new-epic-button"
data-toggle=
"dropdown"
>
<gl-button
category=
"primary"
variant=
"success"
class=
"qa-new-epic-button"
data-toggle=
"dropdown"
>
{{
__
(
'
New epic
'
)
}}
{{
__
(
'
New epic
'
)
}}
</gl-
deprecated-
button>
</gl-button>
<div
:class=
"
{ 'dropdown-menu-right': alignRight }" class="dropdown-menu">
<div
:class=
"
{ 'dropdown-menu-right': alignRight }" class="dropdown-menu">
<gl-form>
<gl-form>
...
...
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