From c30a42306ad379fa2d843486804b4a976cdb2d64 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 29 Dec 2018 00:13:54 +0100 Subject: ui-tree: provide link to about page for pretty formatting We have an ongoing discussion about display filters and pretty formatting in tree view. How about providing a link to about page for pretty formatting? Signed-off-by: Christian Hesse --- ui-tree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index 98ce1ca..5d7b257 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -110,6 +110,9 @@ static void print_object(const struct object_id *oid, const char *path, const ch cgit_print_layout_start(); htmlf("blob: %s (", oid_to_hex(oid)); + cgit_about_link("about", NULL, NULL, ctx.qry.head, + rev, path); + html(") ("); cgit_plain_link("plain", NULL, NULL, ctx.qry.head, rev, path); if (ctx.repo->enable_blame && !is_binary) { -- cgit v1.2.3-24-g4f1b