Commit 880d6e8c0b1b28dbafd1908bc1063759d3c21c5d

Authored by Evandro Junior
1 parent fbd664f4

Revert "Fixed author name"

This reverts commit fbd664f4ee6b2fd3f40d0b5bbcde87df01a23dcd.
plugins/video/views/shared/video_list.html.erb
... ... @@ -9,7 +9,7 @@
9 9 </div>
10 10 <div class="video-gallery-botton-box">
11 11 <div class="video-author">
12   - <%= _("by") %> <%= content.author.name %> <%= _("updated at") %> <%= time_ago_as_sentence(content.updated_at) %>
  12 + <%= _("by") %> <%= content.author_name %> <%= _("updated at") %> <%= time_ago_as_sentence(content.updated_at) %>
13 13 </div>
14 14 <div class="video-title"><%= content.title %></div>
15 15 </div>
... ...