Commit 46b69452c07bead63b14e47c2c3d5a888dec9903
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'I4-Video-Gallery-Plugin' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/video/views/shared/video_list.html.erb
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | </div> | 9 | </div> |
10 | <div class="video-gallery-botton-box"> | 10 | <div class="video-gallery-botton-box"> |
11 | <div class="video-author"> | 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 | </div> | 13 | </div> |
14 | <div class="video-title"><%= content.title %></div> | 14 | <div class="video-title"><%= content.title %></div> |
15 | </div> | 15 | </div> |