diff --git a/app/views/tag/blog.html.erb b/app/views/tag/blog.html.erb index b3ca25d4e5f..e1a8e78e483 100644 --- a/app/views/tag/blog.html.erb +++ b/app/views/tag/blog.html.erb @@ -51,6 +51,10 @@

<%= node.title %>

<%=raw translation('tag.blog.by') %> <%= node.author.name %> <%= node.author.new_contributor %> + <% if node.has_power_tag('with') %>with <% node.coauthors.each_with_index do |coauthor,i| %> + + <%= coauthor.username%> <%= coauthor.new_contributor %> + <%= ',' if i < node.coauthors.length-1 %><% end %><% end %> | <%= distance_of_time_in_words(node.created_at, Time.current, { include_seconds: false, scope: 'datetime.time_ago_in_words' }) %> | <%= node.comments_viewable_by(current_user).length %> <% if params[:controller] == "notes" && params[:action] == "popular" %>