summaryrefslogtreecommitdiffstats
path: root/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
index 20dca50..a8fa84a 100644
--- a/templates/nav.html
+++ b/templates/nav.html
@@ -2,9 +2,13 @@
<nav>
<ul>
<li><a href="/">all repos</a>
+ {{ if .name }}
<li><a href="/{{ .name }}">{{ .name }}</a>
+ {{ end }}
+ {{ if .ref }}
<li><a href="/{{ .name }}/tree/{{ .ref }}/">tree</a>
<li><a href="/{{ .name }}/log/{{ .ref }}">log</a>
+ {{ end }}
</ul>
</nav>
{{ end }}