diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-20 14:00:45 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-20 14:00:45 +0200 |
commit | a393d6b163da8ccd7e88f68074292809f94a02d3 (patch) | |
tree | 1a712c8d67e9b7f122e138650c1f06ef898338c2 /app | |
parent | b606bfdcafea4322fd08700be42b6611a0274c45 (diff) | |
download | gitlab-ce-a393d6b163da8ccd7e88f68074292809f94a02d3.tar.gz |
Remove italics and margin from merge request form help.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/_issuable_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_issuable_form.html.haml b/app/views/projects/_issuable_form.html.haml index f3464e5eb1c..5a19e980b64 100644 --- a/app/views/projects/_issuable_form.html.haml +++ b/app/views/projects/_issuable_form.html.haml @@ -13,7 +13,7 @@ class: 'form-control pad js-gfm-input', required: true - if issuable.is_a?(MergeRequest) - %p.help-block.hint.col-sm-12 + %p.help-block - if issuable.work_in_progress? This merge request is marked a <strong>Work In Progress</strong>. When it's ready, remove the <code>WIP</code> prefix from the title to allow it to be accepted. |