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:
Fatih Acet 2017-05-18 16:18:09 +00:00
commit 4de3d0b1be
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
---
title: Refactored the anchor tag to remove the trailing space in the target branch
merge_request:
author: