Commit d353e822 authored by Clement Ho's avatar Clement Ho

Merge branch 'fix-trailing-space-mr-widget-ee' into 'master'

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

See merge request !1931
parents cf4c37b4 fb80bf0d
......@@ -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