Merge branch 'fix-trailing-space-mr-widget' into 'master'
Refactored the anchor tag to remove the trailing space in the target branch Closes #32445 See merge request !11463
This commit is contained in:
commit
4de3d0b1be
2 changed files with 5 additions and 4 deletions
|
@ -92,10 +92,7 @@ export default {
|
|||
:class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}"
|
||||
:title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''"
|
||||
data-placement="bottom">
|
||||
<a
|
||||
:href="mr.targetBranchPath">
|
||||
{{mr.targetBranch}}
|
||||
</a>
|
||||
<a :href="mr.targetBranchPath">{{mr.targetBranch}}</a>
|
||||
</span>
|
||||
</strong>
|
||||
<span
|
||||
|
|
4
changelogs/unreleased/fix-trailing-space-mr-widget.yml
Normal file
4
changelogs/unreleased/fix-trailing-space-mr-widget.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Refactored the anchor tag to remove the trailing space in the target branch
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue