Skip to content
Snippets Groups Projects
Commit c2a31b80 authored by David Libeau's avatar David Libeau Committed by Isabelle Knott
Browse files

Fix target blank on "open_in_web" link (#1612)

When you render the "embed" view in an iframe, this link bugs when clicked, due to missing target blank.
parent 9e63bf44
No related branches found
No related tags found
No related merge requests found
......@@ -49,4 +49,4 @@
- if user_signed_in?
·
= link_to t('statuses.open_in_web'), web_url("statuses/#{status.id}"), class: 'open-in-web-link'
= link_to t('statuses.open_in_web'), web_url("statuses/#{status.id}"), class: 'open-in-web-link', target: '_blank'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment