link raw blob from tree file view

Signed-off-by: Michael Krelin <hacker@klever.net>
lh/pretty-blob-view
Michael Krelin 17 years ago
parent bbd4a14456
commit d6b01dac85

@ -32,6 +32,10 @@ static void print_object(const unsigned char *sha1, char *path)
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");
idx = 0;
start = 0;

Loading…
Cancel
Save