mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
link raw blob from tree file view
Signed-off-by: Michael Krelin <hacker@klever.net>
This commit is contained in:
parent
bbd4a14456
commit
d6b01dac85
@ -32,6 +32,10 @@ static void print_object(const unsigned char *sha1, char *path)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html(" blob: <a href='");
|
||||||
|
html_attr(cgit_pageurl(cgit_query_repo, "blob", fmt("id=%s", sha1_to_hex(sha1))));
|
||||||
|
htmlf("'>%s</a>",sha1_to_hex(sha1));
|
||||||
|
|
||||||
html("<table class='blob'>\n");
|
html("<table class='blob'>\n");
|
||||||
idx = 0;
|
idx = 0;
|
||||||
start = 0;
|
start = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user