diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index f12e607..9a1f794 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -306,10 +306,7 @@ onsubmit="return try_async_comment(this, null)"> {% for comment in pull_request.comments %} - {% if not comment.commit_id %} - {{ show_comment(comment, comment.id, repo, username, - requestid, form, repo_admin) }} - {% else %} + {% if comment.commit_id %}
@@ -322,6 +319,20 @@
+ {% elif comment.notification %} +
+
+
+ {{ comment.comment }} +
+ {{ + comment.date_created | humanize}}
+
+
+
+ {% else %} + {{ show_comment(comment, comment.id, repo, username, + requestid, form, repo_admin) }} {% endif %} {% endfor %} {{ mergeform.csrf_token }}