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
48f58f4b
Commit
48f58f4b
authored
Jul 15, 2020
by
Christie Lenneville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated deprecated buttons
parent
d8237a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ee/app/assets/javascripts/boards/components/board_settings_sidebar.vue
.../javascripts/boards/components/board_settings_sidebar.vue
+8
-8
No files found.
ee/app/assets/javascripts/boards/components/board_settings_sidebar.vue
View file @
48f58f4b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
import
{
import
{
GlDrawer
,
GlDrawer
,
GlLabel
,
GlLabel
,
Gl
Deprecated
Button
,
GlButton
,
GlFormInput
,
GlFormInput
,
GlAvatarLink
,
GlAvatarLink
,
GlAvatarLabeled
,
GlAvatarLabeled
,
...
@@ -35,7 +35,7 @@ export default {
...
@@ -35,7 +35,7 @@ export default {
components
:
{
components
:
{
GlDrawer
,
GlDrawer
,
GlLabel
,
GlLabel
,
Gl
Deprecated
Button
,
GlButton
,
GlFormInput
,
GlFormInput
,
GlAvatarLink
,
GlAvatarLink
,
GlAvatarLabeled
,
GlAvatarLabeled
,
...
@@ -210,11 +210,11 @@ export default {
...
@@ -210,11 +210,11 @@ export default {
<div
class=
"d-flex justify-content-between flex-column"
>
<div
class=
"d-flex justify-content-between flex-column"
>
<div
class=
"d-flex justify-content-between align-items-center mb-2"
>
<div
class=
"d-flex justify-content-between align-items-center mb-2"
>
<label
class=
"m-0"
>
{{ $options.wipLimitText }}
</label>
<label
class=
"m-0"
>
{{ $options.wipLimitText }}
</label>
<gl-
deprecated-
button
<gl-button
class=
"js-edit-button h-100 border-0
gl-line-height-14-deprecated-no-really-do-not-use-me
text-dark"
class=
"js-edit-button h-100 border-0 text-dark"
variant=
"link"
variant=
"link"
@
click=
"showInput"
@
click=
"showInput"
>
{{ $options.editLinkText }}
</gl-
deprecated-
button
>
{{ $options.editLinkText }}
</gl-button
>
>
</div>
</div>
<gl-form-input
<gl-form-input
...
@@ -235,11 +235,11 @@ export default {
...
@@ -235,11 +235,11 @@ export default {
<p
class=
"js-wip-limit bold m-0 text-secondary"
>
{{ activeListWipLimit }}
</p>
<p
class=
"js-wip-limit bold m-0 text-secondary"
>
{{ activeListWipLimit }}
</p>
<
template
v-if=
"wipLimitIsSet"
>
<
template
v-if=
"wipLimitIsSet"
>
<span
class=
"m-1"
>
-
</span>
<span
class=
"m-1"
>
-
</span>
<gl-
deprecated-
button
<gl-button
class=
"js-remove-limit h-100 border-0
gl-line-height-14-deprecated-no-really-do-not-use-me
text-secondary"
class=
"js-remove-limit h-100 border-0 text-secondary"
variant=
"link"
variant=
"link"
@
click=
"clearWipLimit"
@
click=
"clearWipLimit"
>
{{
$options
.
removeLimitText
}}
</gl-
deprecated-
button
>
{{
$options
.
removeLimitText
}}
</gl-button
>
>
</
template
>
</
template
>
</div>
</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