Refactored the anchor tag to remove the trailing space in the target branch

This commit is contained in:
Jose Ivan Vargas 2017-05-17 16:24:25 -05:00
parent 258f578fc8
commit bba9fadeba
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: