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
cdbab3b9
Commit
cdbab3b9
authored
Apr 18, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix edit milestone form
parent
d7d3fe5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
app/views/shared/milestones/_form_dates.html.haml
app/views/shared/milestones/_form_dates.html.haml
+4
-5
No files found.
app/views/shared/milestones/_form_dates.html.haml
View file @
cdbab3b9
.col-md-6
.col-md-6
.form-group
.form-group
.row
=
f
.
label
:start_date
,
"Start Date"
,
class:
"col-form-label"
=
f
.
label
:start_date
,
"Start Date"
,
class:
"col-form-label
col-sm-2
"
.col-sm-10
.col-sm-10
=
f
.
text_field
:start_date
,
class:
"datepicker form-control"
,
placeholder:
"Select start date"
=
f
.
text_field
:start_date
,
class:
"datepicker form-control"
,
placeholder:
"Select start date"
%a
.inline.float-right.prepend-top-5.js-clear-start-date
{
href:
"#"
}
Clear start date
%a
.inline.float-right.prepend-top-5.js-clear-start-date
{
href:
"#"
}
Clear start date
.col-md-6
.form-group.row
.form-group
=
f
.
label
:due_date
,
"Due Date"
,
class:
"col-form-label col-sm-2"
=
f
.
label
:due_date
,
"Due Date"
,
class:
"col-form-label"
.col-sm-10
.col-sm-10
=
f
.
text_field
:due_date
,
class:
"datepicker form-control"
,
placeholder:
"Select due date"
=
f
.
text_field
:due_date
,
class:
"datepicker form-control"
,
placeholder:
"Select due date"
%a
.inline.float-right.prepend-top-5.js-clear-due-date
{
href:
"#"
}
Clear due date
%a
.inline.float-right.prepend-top-5.js-clear-due-date
{
href:
"#"
}
Clear due date
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