diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 51b750d..a9658bb 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -234,8 +234,14 @@
  • Commits ({{ diff_commits|length }})
  • -
    - + +
    + + + + + {% for commit in diff_commits %} @@ -266,7 +272,8 @@ {% else %} {% endfor %} -
    {{ commit.oid.hex|short }}
    No commits found
    + +
    @@ -362,7 +369,6 @@ {% endif %}
    - {% if pull_request %}