summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/summary.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-01 09:56:32 -0400
committerDrew DeVault <sir@cmpwn.com>2018-10-01 09:56:32 -0400
commitd40fe4e8f008d10a445c49a5fca3e184469163c8 (patch)
tree69c069c02119802918d18cbfb840ff6217e26735 /gitsrht/templates/summary.html
parentb697b7e51c52579d45b8576514f9e3a4f19ccdad (diff)
Flesh out log view a bit
Fixes and adds style for tags, annotations, etc
Diffstat (limited to 'gitsrht/templates/summary.html')
-rw-r--r--gitsrht/templates/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/templates/summary.html b/gitsrht/templates/summary.html
index eda83b0..89dda4b 100644
--- a/gitsrht/templates/summary.html
+++ b/gitsrht/templates/summary.html
@@ -13,7 +13,7 @@
<div class="col-md-6">
<div class="event-list" style="margin-bottom: 0.5rem">
{% for c in commits %}
- {{ utils.commit_event(c, commit_time, trim_commit) }}
+ {{ utils.commit_event(repo, c, commit_time, trim_commit) }}
{% endfor %}
</div>
</div>