Allow adding an internal comment on a request

This commit is contained in:
Patrick Smith
2018-09-24 13:44:28 -04:00
committed by Andrew Croce
parent 0f14eabc44
commit bed03901c2
5 changed files with 48 additions and 10 deletions

View File

@@ -51,8 +51,8 @@
<li>
<article class='comment-log__log-item'>
<div>
<h3 class='comment-log__log-item__header'>{{ comment.full_name_commenter }}</h3>
<p>{{ comment.message }}</p>
<h3 class='comment-log__log-item__header'>{{ comment.user.full_name }}</h3>
<p>{{ comment.text }}</p>
</div>
{% set timestamp=comment.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %}
<footer class='comment-log__log-item__timestamp'>