From 219d71baaf69159d7e375b94e91922a1ee9ff5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 15 Oct 2023 17:04:13 +0200 Subject: [PATCH] Open links to external videos in the same window Just like we're doing with other external links. We already mention that it's an external video, so there's no need to explicitly indicate it in the link. --- app/components/polls/questions/read_more_component.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/polls/questions/read_more_component.html.erb b/app/components/polls/questions/read_more_component.html.erb index 1a2fb9a89..e3672ddc4 100644 --- a/app/components/polls/questions/read_more_component.html.erb +++ b/app/components/polls/questions/read_more_component.html.erb @@ -49,7 +49,6 @@ <% answer.videos.each do |video| %> <%= link_to video.title, video.url, - target: "_blank", rel: "nofollow" %>
<% end %>