the repository which powers this website
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 <[email protected]>
Michael Krelin 2007-07-22
parent dc3c9b5 · commit bbd4a14
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c
index b4bc6d87..fdee66b8 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";
}