Commit 42ed698c9df0c160af390236563bc7819d159228

Authored by Victor Costa
1 parent 4ab556ca
Exists in master

community_hub: fix translation

views/community_hub_plugin_public/_mediation.rhtml
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 <% total_mediation_comments = mediation.comments.count %> 38 <% total_mediation_comments = mediation.comments.count %>
39 39
40 <span class="comment-count"> 40 <span class="comment-count">
41 - <%= link_to(_( "<span id='mediation-comment-total-#{mediation.id}'>#{total_mediation_comments}</span> Comments" ) , '#', 41 + <%= link_to( "<span id='mediation-comment-total-#{mediation.id}'>#{total_mediation_comments}</span>" + _("Comments") , '#',
42 :class => 'display-comment-form', 42 :class => 'display-comment-form',
43 :id => 'top-post-comment-button', 43 :id => 'top-post-comment-button',
44 :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> 44 :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %>