aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Michael Krelin <hacker@klever.net>2007-07-22 02:35:39 (JST)
committerGravatar Michael Krelin <hacker@klever.net>2007-07-22 02:35:39 (JST)
commitbbd4a14456789a2114d8bb0f7ba245af3605bb49 (patch)
tree1bb4556bfcb7bc96af96dd5e48fd784dc841949f
parentdc3c9b5bc48779f37f2fbcbadce8865eaf4a360e (diff)
downloadcgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.zip
cgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.tar.gz
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 <hacker@klever.net>
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
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)
60 page = "tree"; 60 page = "tree";
61 arg = "id"; 61 arg = "id";
62 } else { 62 } else {
63 page = "view"; 63 page = "blob";
64 arg = "id"; 64 arg = "id";
65 } 65 }
66 66