about summary refs log tree commit diff stats
path: root/app/views/comments/_comment.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/comments/_comment.html.haml')
-rw-r--r--app/views/comments/_comment.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 3e10759..3ad21e9 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml
@@ -1,4 +1,4 @@
1.blog-comment 1.blog-comment{ id: "comment-#{comment.id}" }
2 %blockquote.bubble.rounded.bottom 2 %blockquote.bubble.rounded.bottom
3 = image_tag comment.gravatar_url, class: "comment-avatar" 3 = image_tag comment.gravatar_url, class: "comment-avatar"
4 = markdown(comment.body, { restricted: true }) 4 = markdown(comment.body, { restricted: true })