link raw blob from tree file view

Signed-off-by: Michael Krelin <hacker@klever.net>
This commit is contained in:
Michael Krelin 2007-07-21 19:51:47 +02:00
rodič bbd4a14456
revize d6b01dac85
1 změnil soubory, kde provedl 4 přidání a 0 odebrání

Zobrazit soubor

@ -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;