Commit f32805a7 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'error-tracking-link-target' into 'master'

Error tracking target blank

See merge request gitlab-org/gitlab!30525
parents e501e0a9 f4c2c7cb
...@@ -393,9 +393,9 @@ export default { ...@@ -393,9 +393,9 @@ export default {
<template #description> <template #description>
<div> <div>
<span>{{ __('Monitor your errors by integrating with Sentry.') }}</span> <span>{{ __('Monitor your errors by integrating with Sentry.') }}</span>
<a href="/help/user/project/operations/error_tracking.html"> <gl-link target="_blank" href="/help/user/project/operations/error_tracking.html">{{
{{ __('More information') }} __('More information')
</a> }}</gl-link>
</div> </div>
</template> </template>
</gl-empty-state> </gl-empty-state>
......
---
title: Error tracking target blank empty state
merge_request: 30525
author:
type: other
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