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
21448a25
Commit
21448a25
authored
Nov 30, 2020
by
Jose Ivan Vargas
Committed by
Enrique Alcántara
Nov 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace append-bottom-20 class boards
This replaces the append-bottom-20 css class inside the boards app
parent
1fadc882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/boards/components/board_configuration_options.vue
...scripts/boards/components/board_configuration_options.vue
+1
-1
app/assets/javascripts/boards/components/board_form.vue
app/assets/javascripts/boards/components/board_form.vue
+1
-1
No files found.
app/assets/javascripts/boards/components/board_configuration_options.vue
View file @
21448a25
...
...
@@ -42,7 +42,7 @@ export default {
</
script
>
<
template
>
<div
class=
"
append-bottom-20
"
>
<div
class=
"
gl-mb-5
"
>
<label
class=
"label-bold gl-font-lg"
for=
"board-new-name"
>
{{
__
(
'
List options
'
)
}}
</label>
...
...
app/assets/javascripts/boards/components/board_form.vue
View file @
21448a25
...
...
@@ -195,7 +195,7 @@ export default {
<template
#body
>
<p
v-if=
"isDeleteForm"
>
{{
__
(
'
Are you sure you want to delete this board?
'
)
}}
</p>
<form
v-else
class=
"js-board-config-modal"
@
submit
.
prevent
>
<div
v-if=
"!readonly"
class=
"
append-bottom-20
"
>
<div
v-if=
"!readonly"
class=
"
gl-mb-5
"
>
<label
class=
"label-bold gl-font-lg"
for=
"board-new-name"
>
{{
__
(
'
Title
'
)
}}
</label>
<input
id=
"board-new-name"
...
...
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