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

Configure Feed

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

templates: tree and log links for tags

+5 -2
+5 -2
templates/refs.html
··· 19 19 </p> 20 20 {{ end }} 21 21 {{ if .tags }} 22 + <h3>tags</h3> 22 23 {{ range .tags }} 23 - <p>{{ .Name }}</p> 24 + <strong>{{ .Name }}</strong> 25 + <a href="/{{ $name }}/tree/{{ .Name }}/">browse</a> 26 + <a href="/{{ $name }}/log/{{ .Name }}">log</a> 24 27 {{ if .Message }} 25 - <p>{{ .Message }}</p> 28 + <pre>{{ .Message }}</pre> 26 29 {{ end }} 27 30 {{ end }} 28 31 {{ end }}