summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-09-24 09:16:33 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-09-24 09:16:33 +0000
commite9b13d1854b7b5f3258558f10e3d9e7f8d8ebc03 (patch)
treeeba228fda85529de79e32dde63f313253dcb2776 /app
parent05048e1533ca2511b56e32b76dbb47fc35cf34ce (diff)
parent9a3b1504dc15afe93d3fd661fea533af941f32f0 (diff)
downloadgitlab-ce-e9b13d1854b7b5f3258558f10e3d9e7f8d8ebc03.tar.gz
Merge branch 'fix/help-text-font-color-in-merge-request-creation' into 'master'
Fixes WIP text with two different colors in MR edit page Transforms a `p` element in a `div` to guarantee WIP the explanation is rendered inside `text-muted` See merge request gitlab-org/gitlab-ce!21740
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/form/_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_title.html.haml b/app/views/shared/issuable/form/_title.html.haml
index e49bdec386a..56c4b021eab 100644
--- a/app/views/shared/issuable/form/_title.html.haml
+++ b/app/views/shared/issuable/form/_title.html.haml
@@ -9,7 +9,7 @@
autocomplete: 'off', class: 'form-control pad qa-issuable-form-title', placeholder: _('Title')
- if issuable.respond_to?(:work_in_progress?)
- %p.form-text.text-muted
+ .form-text.text-muted
.js-wip-explanation
%a.js-toggle-wip{ href: '', tabindex: -1 }
Remove the