summaryrefslogtreecommitdiffstats
path: root/templates/nav.html
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 21:33:04 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 21:33:04 +0530
commit5091695e75b2db30b8926d8aa17164c84031bc77 (patch)
tree40cd73e213e935634229fdadb701badd939846fd /templates/nav.html
parent4eaaf451295ce9b541769d1322543f2d982ef5b0 (diff)
downloadlegit-5091695e75b2db30b8926d8aa17164c84031bc77.tar.gz
legit-5091695e75b2db30b8926d8aa17164c84031bc77.tar.bz2
legit-5091695e75b2db30b8926d8aa17164c84031bc77.zip
templates: repo and log
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/nav.html b/templates/nav.html
index d0d384d..51c9a34 100644
--- a/templates/nav.html
+++ b/templates/nav.html
@@ -1,9 +1,8 @@
{{ define "nav" }}
<nav>
<ul>
- <li><a href="/">all repos</a>
{{ if .name }}
- <li><a href="/{{ .name }}">{{ .name }}</a>
+ <li><a href="/{{ .name }}">summary</a>
<li><a href="/{{ .name }}/refs">refs</a>
{{ if .ref }}
<li><a href="/{{ .name }}/tree/{{ .ref }}/">tree</a>