diff --git a/plugins/video/views/shared/video_list.html.erb b/plugins/video/views/shared/video_list.html.erb
index fd36be9..e8f4913 100644
--- a/plugins/video/views/shared/video_list.html.erb
+++ b/plugins/video/views/shared/video_list.html.erb
@@ -9,7 +9,7 @@
- <%= _("by") %> <%= content.author.name %> <%= _("updated at") %> <%= time_ago_as_sentence(content.updated_at) %>
+ <%= _("by") %> <%= content.author_name %> <%= _("updated at") %> <%= time_ago_as_sentence(content.updated_at) %>
<%= content.title %>
--
libgit2 0.21.2