summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/repo.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-01 16:50:59 -0400
committerDrew DeVault <sir@cmpwn.com>2018-10-01 16:55:27 -0400
commit347c6134807f5849716f12d628aa914cca3267d3 (patch)
treecd604a99d68905d29ad46e3ed6e5d33a7bc18800 /gitsrht/templates/repo.html
parentf8e178b9213ffc1fc63f9a36e5291b3790b557a0 (diff)
Add refs page
Diffstat (limited to 'gitsrht/templates/repo.html')
-rw-r--r--gitsrht/templates/repo.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html
index f0b1997..82e2014 100644
--- a/gitsrht/templates/repo.html
+++ b/gitsrht/templates/repo.html
@@ -31,7 +31,9 @@
repo=repo.name), "log")}}
</li>
<li class="nav-item">
- <a class="nav-link" href="#">refs</a>
+ {{link(url_for("repo.refs",
+ owner=repo.owner.canonical_name,
+ repo=repo.name), "refs")}}
</li>
<li class="nav-item">
{{link(url_for("manage.settings_info",