Enabled badges in comments

This commit is contained in:
2018-10-10 16:54:36 +02:00
parent 71185af880
commit dc2105fbb8
2 changed files with 19 additions and 7 deletions

View File

@@ -6,16 +6,11 @@
.comment-avatar
img(src="{{ comment._user.email | gravatar }}", alt="{{ comment._user.full_name }}")
.comment-badges
| {{ comment._user.badges_html|safe }}
.comment-content
.comment-body
p.comment-author {{ comment._user.full_name }}
| {#
//- TODO(Pablo): due to the broad styling done on the .comment-content class the
//- styling for the badges that I put in _project.sass isn't applied properly here.
| {{ comment._user.badges_html|safe }}
| #}
span {{comment.properties | markdowned('content') }}
| {# TODO(Pablo): Markdown preview when editing #}