From 070de12391adf4e598a16a70c88b8e13c3408659 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 7 Jan 2018 12:35:13 -0600 Subject: [PATCH] Fix broken title for related video and add link to author's channel --- src/views/watch.ecr | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/watch.ecr b/src/views/watch.ecr index 46d38c41..6766ddfa 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -32,7 +32,7 @@

Allowed ads :
<%= video.info.has_key?("allowed_ads") ? video.info["allowed_ads"] : "Unmonetized" %>

-

<%= video.info["author"] %>

+

"><%= video.info["author"] %>

<%= description %>

@@ -40,8 +40,5 @@

<%= video.info["title"] %>

<% end %>
-

<%= video.info["title"] %>

- <% end %> - \ No newline at end of file