Commit fb80bf0d authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

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

parent ae976e93
......@@ -82,10 +82,7 @@ export default {
:class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}"
:title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''"
data-placement="bottom">
<a
:href="mr.targetBranchCommitsPath">
{{mr.targetBranch}}
</a>
<a :href="mr.targetBranchCommitsPath">{{mr.targetBranch}}</a>
</span>
<span
v-if="shouldShowCommitsBehindText"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment