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 %>