Skip to content
Snippets Groups Projects
Commit 03c1c1d3 authored by Fatih Acet's avatar Fatih Acet
Browse files

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

Former-commit-id: 4de3d0b1
parents c5171bbc bbd62820
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Refactored the anchor tag to remove the trailing space in the target branch
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment