Skip to content
代码片段 群组 项目
提交 7a5d5ed3 编辑于 作者: Bob Van Landuyt's avatar Bob Van Landuyt
浏览文件

Merge branch 'allow-long-project-description' into 'master'

Remove `maxlength` limit from the project description textarea

See merge request gitlab-org/gitlab!82812
No related branches found
No related tags found
无相关合并请求
......@@ -23,7 +23,7 @@
.row
.form-group.col-md-9
= f.label :description, _('Project description (optional)'), class: 'label-bold'
= f.text_area :description, class: 'form-control gl-form-input', rows: 3, maxlength: 250
= f.text_area :description, class: 'form-control gl-form-input', rows: 3
.row= render_if_exists 'projects/classification_policy_settings', f: f
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册