From 9f2150faea265815a86e50737e541f17f9280c39 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 2 Jan 2014 16:40:54 -0500 Subject: [PATCH] FIX: Logo needs target=_blank --- app/views/embed/best.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/embed/best.html.erb b/app/views/embed/best.html.erb index 162a3aeeed..d60fff511d 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? %>