Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-30 23:05:33 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-30 23:05:33 +0400
commitdc7311abd23de082a123e33ae9b7bd7754a1726b (patch)
tree3243b525d026036337fba3d401df8212b22f8d23 /app/views/projects/merge_requests
parent2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff)
Simplify custom MR good commit message hint.
Diffstat (limited to 'app/views/projects/merge_requests')
-rw-r--r--app/views/projects/merge_requests/show/_mr_accept.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_accept.html.haml b/app/views/projects/merge_requests/show/_mr_accept.html.haml
index d7d5f970c95..88cc8e17fa6 100644
--- a/app/views/projects/merge_requests/show/_mr_accept.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_accept.html.haml
@@ -28,7 +28,8 @@
= render 'shared/commit_message_container', {textarea: text_area_tag(:merge_commit_message,
@merge_request.merge_commit_message, class: "form-control js-gfm-input", rows: 14, required: true)}
%p.hint
- The recommended maximum line length is 52 characters for the first line and 72 characters for all following lines.
+ Try to keep the first line under 52 characters
+ and the others under 72.
.accept-group
.pull-left