Remove 2000 char limit on issue description textarea

This commit is contained in:
falk
2013-05-05 15:54:22 +02:00
parent 493b5ff011
commit ba9baff8d9
+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'}.