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 %}