about summary refs log tree commit diff stats
path: root/ui-summary.c
diff options
context:
space:
mode:
authorMichael Krelin2007-07-21 19:35:39 +0200
committerMichael Krelin2007-07-21 19:35:39 +0200
commitbbd4a14456789a2114d8bb0f7ba245af3605bb49 (patch)
tree1bb4556bfcb7bc96af96dd5e48fd784dc841949f /ui-summary.c
parentallow selective enabling of snapshots (diff)
downloadcgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.tar.gz
cgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.zip
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>
Diffstat (limited to 'ui-summary.c')
-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