From d6b01dac856efda565d4085e77826fd9ac83348a Mon Sep 17 00:00:00 2001
From: Michael Krelin
Date: Sat, 21 Jul 2007 19:51:47 +0200
Subject: link raw blob from tree file view

Signed-off-by: Michael Krelin <hacker@klever.net>
---
 ui-tree.c | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'ui-tree.c')

diff --git a/ui-tree.c b/ui-tree.c
index c5d64ff..75ce449 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -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;
-- 
cgit v1.2.3-54-g00ecf