diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 1358c0d..7c11c98 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -81,7 +81,8 @@ git push -u origin master @@ -278,7 +294,9 @@ git push -u origin master
{% for commit in last_commits %} - +
{{ commit.message.split('\n')[0] }} {% if diff_commits and commit.oid.hex in diff_commits %}