From e618c123441d880d23741aa40b2ba1fd9ed9cbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 6 Sep 2015 21:55:33 +0200 Subject: [PATCH] removes weird char --- app/views/comments/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index c39973da7..2618305a4 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -10,7 +10,7 @@ <%= f.submit comment_button_text(parent_id), class: "button radius small inline-block" %> - <% if can? :comment_as_moderator, commentable %>ยบ + <% if can? :comment_as_moderator, commentable %>
<%= f.check_box :as_moderator, id: "comment-as-moderator-#{css_id}", label: false %> <%= label_tag "comment-as-moderator-#{css_id}", t("comments.form.comment_as_moderator"), class: "checkbox" %>