aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/refs.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/refs.html b/templates/refs.html
index 76add7d..00058d5 100644
--- a/templates/refs.html
+++ b/templates/refs.html
@@ -14,6 +14,7 @@
<strong>{{ .Name.Short }}</strong>
<a href="/{{ $name }}/tree/{{ .Name.Short }}/">browse</a>
<a href="/{{ $name }}/log/{{ .Name.Short }}">log</a>
+ <a href="/{{ $name }}/archive/{{ .Name.Short }}.tar.gz">tar.gz</a>
</div>
{{ end }}
</div>
@@ -25,6 +26,7 @@
<strong>{{ .Name }}</strong>
<a href="/{{ $name }}/tree/{{ .Name }}/">browse</a>
<a href="/{{ $name }}/log/{{ .Name }}">log</a>
+ <a href="/{{ $name }}/archive/{{ .Name }}.tar.gz">tar.gz</a>
{{ if .Message }}
<pre>{{ .Message }}</pre>
</div>