aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-07-21 19:35:39 +0200
committerMichael Krelin <hacker@klever.net>2007-07-21 19:35:39 +0200
commitbbd4a14456789a2114d8bb0f7ba245af3605bb49 (patch)
tree1bb4556bfcb7bc96af96dd5e48fd784dc841949f
parentallow selective enabling of snapshots (diff)
downloadcgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.tar.xz
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>
-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)
page = "tree";
arg = "id";
} else {
- page = "view";
+ page = "blob";
arg = "id";
}