diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 330327c..8da3f38 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -163,44 +163,34 @@
- - - - - - +
{% for commit in diff_commits %} -
- - - {% if commit.message.strip().split('\n') | length > 1 %} - - {% else %} - - {% endif %} - - - {% else %} - + + {{ commit.author | author2avatar(20) | safe }} {{ commit.author.name }} +
+ {{ commit.hex|short }} +
+ {% endfor %} - -
{{ commit.oid.hex|short }} + {% if pull_request and pull_request.status and pull_request.project_from.is_fork %} - {% elif pull_request and pull_request.remote %} {% else %} - {% endif %} - {{ commit.message.strip().split('\n')[0] }} - more - {{ commit.commit_time|humanize }}
No commits found
+