Merge pull request #3841 from falk/master

Remove 2000 char limit on issue description
This commit is contained in:
Dmitriy Zaporozhets
2013-05-05 23:42:42 -07:00
+1 -1
View File
@@ -38,7 +38,7 @@
.clearfix
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 2000, class: "xxlarge js-gfm-input", rows: 14
= f.text_area :description, class: "xxlarge js-gfm-input", rows: 14
%p.hint Issues are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.