mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Merge branch 'rs-remove-wip-tabindex' into 'master'
Remove tabstop from the WIP toggle links [ci skip] See merge request !3426
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- if issuable.is_a?(MergeRequest)
|
||||
%p.help-block
|
||||
.js-wip-explanation
|
||||
%a.js-toggle-wip{href: ""}
|
||||
%a.js-toggle-wip{href: "", tabindex: -1}
|
||||
Remove the
|
||||
%code WIP:
|
||||
prefix from the title
|
||||
@@ -22,7 +22,7 @@
|
||||
%strong Work In Progress
|
||||
merge request to be merged when it's ready.
|
||||
.js-no-wip-explanation
|
||||
%a.js-toggle-wip{href: ""}
|
||||
%a.js-toggle-wip{href: "", tabindex: -1}
|
||||
Start the title with
|
||||
%code WIP:
|
||||
to prevent a
|
||||
|
||||
Reference in New Issue
Block a user