Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
9dcbdfdfc042
Commit
e24589a1
authored
Aug 13, 2014
by
Dmitriy Zaporozhets
Browse files
Merge pull request #7308 from Azaret/fix_milestone_description_max_length
Fix milestones description's max length
parents
8e9325f3c59f
04b11db56358
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/projects/milestones/_form.html.haml
View file @
9dcbdfdf
...
...
@@ -21,7 +21,7 @@
.form-group
=
f
.
label
:description
,
"Description"
,
class:
"control-label"
.col-sm-10
=
f
.
text_area
:description
,
maxlength:
2000
,
class:
"form-control markdown-area"
,
rows:
10
=
f
.
text_area
:description
,
maxlength:
65535
,
class:
"form-control markdown-area"
,
rows:
10
.hint
.pull-left
Milestones are parsed with
#{
link_to
"GitLab Flavored Markdown"
,
help_page_path
(
"markdown"
,
"markdown"
),
target:
'_blank'
}
.
.pull-left
Attach images (JPG, PNG, GIF) by dragging
&
dropping or
#{
link_to
"selecting them"
,
'#'
,
class:
'markdown-selector'
}
.
...
...
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