From 60e1092dbcfacb28b30d052b0f73d2249cd63a9d Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 12 Dec 2022 22:13:19 +0530 Subject: [PATCH] templates: tree and log links for tags --- templates/refs.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/refs.html b/templates/refs.html index e1668d2..aee4a11 100644 --- a/templates/refs.html +++ b/templates/refs.html @@ -19,10 +19,13 @@

{{ end }} {{ if .tags }} +

tags

{{ range .tags }} -

{{ .Name }}

+ {{ .Name }} + browse + log {{ if .Message }} -

{{ .Message }}

+
{{ .Message }}
{{ end }} {{ end }} {{ end }}