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.
This commit is contained in:
Javi Martín
2023-10-15 17:04:13 +02:00
parent 56d834783c
commit 219d71baaf

View File

@@ -49,7 +49,6 @@
<% answer.videos.each do |video| %> <% answer.videos.each do |video| %>
<%= link_to video.title, <%= link_to video.title,
video.url, video.url,
target: "_blank",
rel: "nofollow" %><br> rel: "nofollow" %><br>
<% end %> <% end %>
</div> </div>