mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 19:34:22 +02:00
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 <mail@eworm.de>
This commit is contained in:
parent
00ecfaadea
commit
c30a42306a
3 changed files with 12 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue