Adds styles for comment as administrator

This commit is contained in:
Alberto Garcia Cabeza
2015-08-22 10:32:45 +02:00
committed by Juanjo Bazán
parent cfd25042b6
commit dffb8e8a5e
8 changed files with 29 additions and 10 deletions

View File

@@ -12,5 +12,11 @@
<%#= f.label :, t("comments.form.comment_as_moderator"), class: "checkbox" %>
</div>
end -->
<!-- if user is admin
<div class="right">
<%#= f.check_box :, label: false %>
<%#= f.label :, t("comments.form.comment_as_admin"), class: "checkbox" %>
</div>
end -->
<% end %>
</div>