templates: tree and log links for tags
This commit is contained in:
parent
7a6ff3565e
commit
60e1092dbc
1 changed files with 5 additions and 2 deletions
|
@ -19,10 +19,13 @@
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .tags }}
|
{{ if .tags }}
|
||||||
|
<h3>tags</h3>
|
||||||
{{ range .tags }}
|
{{ range .tags }}
|
||||||
<p>{{ .Name }}</p>
|
<strong>{{ .Name }}</strong>
|
||||||
|
<a href="/{{ $name }}/tree/{{ .Name }}/">browse</a>
|
||||||
|
<a href="/{{ $name }}/log/{{ .Name }}">log</a>
|
||||||
{{ if .Message }}
|
{{ if .Message }}
|
||||||
<p>{{ .Message }}</p>
|
<pre>{{ .Message }}</pre>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue