Compare commits

...

2 Commits

Author SHA1 Message Date
ulmemxpoc 0a4c7f469f
Merge c4fec89a9b into eda7444ca4 2024-05-10 18:23:13 +00:00
ulmemxpoc c4fec89a9b
Apply suggestions from code review 2024-05-10 11:23:11 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ module Invidious::Frontend::Comments
if comments["videoId"]?
html << <<-END_HTML
<a rel="noreferrer noopener" href="#{YT_URL.to_s}/watch?v=#{comments["videoId"]}&lc=#{child["commentId"]}" title="#{translate(locale, "YouTube comment permalink")}">[YT]</a>
<a rel="noreferrer noopener" href="https://www.youtube.com/watch?v=#{comments["videoId"]}&lc=#{child["commentId"]}" title="#{translate(locale, "YouTube comment permalink")}">[YT]</a>
|
END_HTML
elsif comments["authorId"]?

View File

@ -26,7 +26,7 @@
<meta name="twitter:player" content="<%= HOST_URL %>/embed/<%= video.id %>">
<meta name="twitter:player:width" content="1280">
<meta name="twitter:player:height" content="720">
<link rel="alternate noreferrer noopener" href="https://www.youtube.com/watch?v=<%= video.id %>">
<link rel="alternate" href="https://www.youtube.com/watch?v=<%= video.id %>">
<%= rendered "components/player_sources" %>
<title><%= title %> - Invidious</title>