summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/refs.html
diff options
context:
space:
mode:
authorJustin Kelly <justin@kelly.org.au>2019-01-22 23:28:37 +1100
committerDrew DeVault <sir@cmpwn.com>2019-01-23 21:10:22 -0500
commite0fec515e8b68413769599d1b92c0c8aea906b2f (patch)
treeb32da2dc8f4a2f5dda27a14da5b85e9a26b5bf00 /gitsrht/templates/refs.html
parent012f968a122a892844b9efddca81931e06dc76a4 (diff)
Add link to log for each tag in the Refs page
Patch +6 -0
Diffstat (limited to 'gitsrht/templates/refs.html')
-rw-r--r--gitsrht/templates/refs.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitsrht/templates/refs.html b/gitsrht/templates/refs.html
index 1043895..14d0211 100644
--- a/gitsrht/templates/refs.html
+++ b/gitsrht/templates/refs.html
@@ -59,6 +59,12 @@
owner=repo.owner.canonical_name,
repo=repo.name, ref=tag.name)}}"
>browse {{icon("caret-right")}}</a>
+ <a
+ style="margin-left: 0.5rem"
+ href="{{url_for("repo.log",
+ owner=repo.owner.canonical_name,
+ repo=repo.name, ref=tag.name)}}"
+ >log {{icon("caret-right")}}</a>
</small>
</h4>
{% if tag.message %}