Commit fba67929 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '10550-remove-ancestor-window' into 'master'

Removed target=_blank from ancestor link

Closes #10550

See merge request gitlab-org/gitlab-ee!10341
parents 4baaa1c2 20ae2674
......@@ -78,7 +78,7 @@ export default {
<icon :name="getIcon(ancestor)" />
</div>
<div class="vertical-timeline-content">
<gl-link :href="ancestor.url" target="_blank">{{ ancestor.title }}</gl-link>
<gl-link :href="ancestor.url">{{ ancestor.title }}</gl-link>
</div>
</li>
</ul>
......
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