Commit 20ae2674 authored by Donald Cook's avatar Donald Cook

Removed target=_blank from ancestor link

parent 5045ae83
......@@ -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