diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 87b5737..a8224b2 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -177,7 +177,7 @@ {% if diff %} {% for patch in diff %} -
+

{{ patch.new_file_path }}

    @@ -224,15 +224,18 @@ index=loop.index)}} {% endautoescape %} {% endfor %} +
{% endif %} -
+ {% if authenticated and pull_request %} {{ mergeform.csrf_token }} {% endif %} + + {% if pull_request and pull_request.comments%}