seitime-frappe/webnotes/website/templates/includes/comment.html
2013-12-11 10:54:35 +05:30

9 lines
No EOL
367 B
HTML

<div class="comment-row">
<div class="comment-title text-muted">
<span itemprop="name" class="author">{{ comment.comment_by_fullname }}</span> /
<span itemprop="commentTime">{{ comment.creation|global_date_format }}</span>:
</div>
<p class="comment-content" itemprop="commentText"
style="margin-left: 20px;">{{ comment.comment|markdown }}</p>
<hr>
</div>