diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 38381fa..afb6e65 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -198,34 +198,34 @@
- {% for commit in diff_commits %} + {% for commit in diff_commits %} - {% if pull_request and pull_request.status and pull_request.project_from.is_fork %} - - {% elif pull_request and pull_request.remote %} - - {% else %} - - {% endif %} + {% 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] }} -
- - {{ commit.commit_time|humanize }} - -
-
- {{ commit.author | author2avatar(20) | safe }} {{ commit.author.name }} +
+ {{ commit.message.strip().split('\n')[0] }}
- {{ commit.hex|short }} + + {{ commit.commit_time|humanize }} +
-
- {% else %} -

No commits found

- {% endfor %} +
+ {{ commit.author | author2avatar(20) | safe }} {{ commit.author.name }} +
+ {{ commit.hex|short }} +
+ + {% else %} +

No commits found

+ {% endfor %}