eidolon/templates/commentReply.hamlet
nek0 bb7f0e6fc2 Fix #14
Eliminated the commentAuthorSlugs in database and getting them by
lookup from userId.
2016-10-23 03:26:30 +02:00

9 lines
254 B
Plaintext
Executable file

<div .item>
<h4>Reply to comment
<strong>#{parSlug}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
<hr>
<p>#{commentContent comment}
<hr>
<form method=post enctype=#{enctype}>
^{replyWidget}