diff --git a/app/views/embed/best.html.erb b/app/views/embed/best.html.erb index 162a3aeeed2..d60fff511df 100644 --- a/app/views/embed/best.html.erb +++ b/app/views/embed/best.html.erb @@ -5,7 +5,7 @@ <%= link_to(I18n.t('embed.start_discussion'), @topic_view.topic.url, class: 'button', target: '_blank') %> <%- end if %> - <%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url) %> + <%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url, target: '_blank') %> <%- if @topic_view.posts.present? %>