cgit

commit d50461fea1c85178a99d62c7b9c1155182f38c2c

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Display slash instead of index

 ui-shared.c | 2 +-


diff --git a/ui-shared.c b/ui-shared.c
index 151ac1797aa99351e63b9872d6f804eedda65431..a241838a6a0fb33e6549a5e26bde4d0ef4aa6795 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -992,7 +992,7 @@ 	}
 
 	html("<td class='main'>");
 	if (ctx.repo) {
-		cgit_index_link("index", NULL, NULL, NULL, NULL, 0, 1);
+		cgit_index_link("/", NULL, NULL, NULL, NULL, 0, 1);
 		html(" : ");
 		cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
 		if (ctx.env.authenticated) {