Allow adding an internal comment on a request
This commit is contained in:
committed by
Andrew Croce
parent
0f14eabc44
commit
bed03901c2
@@ -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'>
|
||||
|
Reference in New Issue
Block a user