diff --git a/pagure/templates/commit.html b/pagure/templates/commit.html index 37dbb05..24d6191 100644 --- a/pagure/templates/commit.html +++ b/pagure/templates/commit.html @@ -7,64 +7,75 @@ {% set splitted_message = commit.message.split('\n') %}
| Author | -- {{ commit.author | author2user |safe }} - - {{ commit.commit_time | format_ts}} - | -
|---|---|
| Committer | -- {{ commit.committer | author2user |safe }} - - {{ commit.commit_time | format_ts }} - | -
| Parent | -
- {% for parent in commit.parents %}
-
- {{ parent.oid.hex }}
- - {% endfor %} - |
-
| Changes |
|
Binary diffs cannot be rendered.
@@ -135,7 +145,7 @@ {{ patch|patch_to_diff|html_diff}} {% endautoescape %} {% endif %} - +