From bbd4a14456789a2114d8bb0f7ba245af3605bb49 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 21 Jul 2007 19:35:39 +0200 Subject: fix: changed view link to blob in summary. might not be the best way, but should suffice for now that view command isn't handled in any way Signed-off-by: Michael Krelin --- ui-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-summary.c b/ui-summary.c index b4bc6d8..fdee66b 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -60,7 +60,7 @@ static void cgit_print_object_ref(struct object *obj) page = "tree"; arg = "id"; } else { - page = "view"; + page = "blob"; arg = "id"; } -- cgit v1.2.1