web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

templates: Add link to tar gz handler endpoint

authored by

Gabriel A. Giovanini and committed by
Anirudh Oppiliappan
9d1d6aae acac8d47

+2
+2
templates/refs.html
··· 14 14 <strong>{{ .Name.Short }}</strong> 15 15 <a href="/{{ $name }}/tree/{{ .Name.Short }}/">browse</a> 16 16 <a href="/{{ $name }}/log/{{ .Name.Short }}">log</a> 17 + <a href="/{{ $name }}/archive/{{ .Name.Short }}.tar.gz">tar.gz</a> 17 18 </div> 18 19 {{ end }} 19 20 </div> ··· 25 26 <strong>{{ .Name }}</strong> 26 27 <a href="/{{ $name }}/tree/{{ .Name }}/">browse</a> 27 28 <a href="/{{ $name }}/log/{{ .Name }}">log</a> 29 + <a href="/{{ $name }}/archive/{{ .Name }}.tar.gz">tar.gz</a> 28 30 {{ if .Message }} 29 31 <pre>{{ .Message }}</pre> 30 32 </div>