We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802bd6f commit 55f7143Copy full SHA for 55f7143
app/views/comments/_comment.html.haml
@@ -7,8 +7,7 @@
7
%a.like{:href =>like_protip_comment_path(comment.commentable.try(:public_id), comment.id), 'data-remote' => 'true', 'data-method' => :post, :class => comment_liked_class(comment), :rel => "nofollow"}
8
=comment_likes(comment)
9
.comment
10
- %p
11
- =raw sanitize(formatted_comment(comment.body))
+ =raw sanitize(formatted_comment(comment.body))
12
- if can_edit_comment?(comment)
13
.edit-comment.hidden
14
=form_for [comment.commentable, comment] do |f|
0 commit comments