Fix missing parenthesis on i18n.l method call

This commit is contained in:
Bertocq
2017-12-13 14:21:20 +01:00
parent 04e9ef6230
commit 8bfaee7267

View File

@@ -12,7 +12,7 @@
<%= render '/shared/author_info', resource: @topic %>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= l @topic.created_at.to_date %>
<%= l(@topic.created_at.to_date) %>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<span class="icon-comments"></span>&nbsp;
<%= link_to t("community.show.topic.comments", count: @topic.comments_count),