diff --git a/pagure/templates/commit.html b/pagure/templates/commit.html index 70365e5..d8fa3d8 100644 --- a/pagure/templates/commit.html +++ b/pagure/templates/commit.html @@ -9,7 +9,7 @@

{{ splitted_message[0] }} - (commit: {{ commitid|short }} + (commit: {{ commitid|short }} - tree) {% if splitted_message|length > 1 %} @@ -53,7 +53,7 @@ {% for parent in commit.parents %} + repo=repo.name, commitid=parent.oid.hex) }}" class="commitid"> {{ parent.oid.hex }}
{% endfor %}