diff options
Diffstat (limited to 'ui-summary.c')
-rw-r--r-- | ui-summary.c | 2 |
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) page = "tree"; arg = "id"; } else { - page = "view"; + page = "blob"; arg = "id"; } |