Commit 7d2e9986b9ba65468743b9dcaba2b62a031ca3b9

Tracey Emery 2020-01-16T18:41:02

hide currently unused link

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/gotweb/gotweb_ui.h b/gotweb/gotweb_ui.h
index 15583f4..83cbcc5 100644
--- a/gotweb/gotweb_ui.h
+++ b/gotweb/gotweb_ui.h
@@ -123,7 +123,7 @@ char *tags_row =
 	"<div id='dotted_line'></div>";
 
 char *tags_navs =
-	"<a href='?path=%s&action=tag&commit=%s'>tag</a> | " \
+	/* "<a href='?path=%s&action=tag&commit=%s'>tag</a> | " \ */
 	/* "<a href='?path=%s&action=commit&commit=%s'>commit</a> | " \ */
 	"<a href='?path=%s&action=logbriefs&commit=%s'>log briefs</a> | " \
 	"<a href='?path=%s&action=log&commit=%s'>log</a>";