summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/blob.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-06 13:43:15 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-06 13:56:30 -0400
commit452ebe908c35f7550373c314fc84ed0cf591121b (patch)
treec42931819c7f9f3d49aaaa2a95344f5709ba7ddd /gitsrht/templates/blob.html
parent6e92c7c3dbd7ef01e6638664fb7a207141a2e9b4 (diff)
Implement annotations
Diffstat (limited to 'gitsrht/templates/blob.html')
-rw-r--r--gitsrht/templates/blob.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/templates/blob.html b/gitsrht/templates/blob.html
index fe978e5..f04c288 100644
--- a/gitsrht/templates/blob.html
+++ b/gitsrht/templates/blob.html
@@ -74,7 +74,7 @@ pre, body {
id="L{{loop.index}}"
>{{loop.index}}</a>{% if not loop.last %}
{% endif %}{% endfor %}</pre>
- {{ highlight_file(entry.name, data, blob.id.hex) }}
+ {{ highlight_file(repo, ref, entry.name, data, blob.id.hex) }}
</div>
{% else %}
<div class="col-md-12">