-rw-r--r-- | ui-tree.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,2 +34,6 @@ static void print_object(const unsigned char *sha1, char *path) | |||
34 | 34 | ||
35 | html(" blob: <a href='"); | ||
36 | html_attr(cgit_pageurl(cgit_query_repo, "blob", fmt("id=%s", sha1_to_hex(sha1)))); | ||
37 | htmlf("'>%s</a>",sha1_to_hex(sha1)); | ||
38 | |||
35 | html("<table class='blob'>\n"); | 39 | html("<table class='blob'>\n"); |