summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGerard Montemayor <gerard@dealgrocer.com>2018-09-13 20:38:11 +0800
committerGerard Montemayor <gerard@dealgrocer.com>2018-09-13 20:41:48 +0800
commit81978f938e6b27a28c62c3157addcfe3a0eaf52b (patch)
treee3b618d516de418659c5f680fb2239f7a0b77051 /app
parent71f3d48544cc0857c8d470b182f7e809de6a4642 (diff)
downloadgitlab-ce-81978f938e6b27a28c62c3157addcfe3a0eaf52b.tar.gz
Change .js-wip-explanation div element to span
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/form/_title.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/form/_title.html.haml b/app/views/shared/issuable/form/_title.html.haml
index e49bdec386a..975c125e506 100644
--- a/app/views/shared/issuable/form/_title.html.haml
+++ b/app/views/shared/issuable/form/_title.html.haml
@@ -10,7 +10,7 @@
- if issuable.respond_to?(:work_in_progress?)
%p.form-text.text-muted
- .js-wip-explanation
+ %span.js-wip-explanation
%a.js-toggle-wip{ href: '', tabindex: -1 }
Remove the
%code WIP:
@@ -18,7 +18,7 @@
to allow this
%strong Work In Progress
merge request to be merged when it's ready.
- .js-no-wip-explanation
+ %span.js-no-wip-explanation
- if has_wip_commits
It looks like you have some WIP commits in this branch.
%br