Fix missing parenthesis on i18n.l method call
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<%= render '/shared/author_info', resource: @topic %>
|
||||
|
||||
<span class="bullet"> • </span>
|
||||
<%= l @topic.created_at.to_date %>
|
||||
<%= l(@topic.created_at.to_date) %>
|
||||
<span class="bullet"> • </span>
|
||||
<span class="icon-comments"></span>
|
||||
<%= link_to t("community.show.topic.comments", count: @topic.comments_count),
|
||||
|
||||
Reference in New Issue
Block a user