diff --git a/views/community_hub_plugin_public/_mediation.rhtml b/views/community_hub_plugin_public/_mediation.rhtml index 3c016f8..aaa8502 100644 --- a/views/community_hub_plugin_public/_mediation.rhtml +++ b/views/community_hub_plugin_public/_mediation.rhtml @@ -38,7 +38,7 @@ <% total_mediation_comments = mediation.comments.count %> - <%= link_to(_( "#{total_mediation_comments} Comments" ) , '#', + <%= link_to( "#{total_mediation_comments}" + _("Comments") , '#', :class => 'display-comment-form', :id => 'top-post-comment-button', :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> -- libgit2 0.21.2