Commit 81978f93 authored by Gerard Montemayor's avatar Gerard Montemayor

Change .js-wip-explanation div element to span

parent 71f3d485
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
- if issuable.respond_to?(:work_in_progress?) - if issuable.respond_to?(:work_in_progress?)
%p.form-text.text-muted %p.form-text.text-muted
.js-wip-explanation %span.js-wip-explanation
%a.js-toggle-wip{ href: '', tabindex: -1 } %a.js-toggle-wip{ href: '', tabindex: -1 }
Remove the Remove the
%code WIP: %code WIP:
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
to allow this to allow this
%strong Work In Progress %strong Work In Progress
merge request to be merged when it's ready. merge request to be merged when it's ready.
.js-no-wip-explanation %span.js-no-wip-explanation
- if has_wip_commits - if has_wip_commits
It looks like you have some WIP commits in this branch. It looks like you have some WIP commits in this branch.
%br %br
......
---
title: Fix wrong text color of help text in merge request creation
merge_request:
author: Gerard Montemayor
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment