Change .js-wip-explanation div element to span
This commit is contained in:
parent
71f3d48544
commit
81978f938e
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix wrong text color of help text in merge request creation
|
||||
merge_request:
|
||||
author: Gerard Montemayor
|
||||
type: fixed
|
Loading…
Reference in a new issue