mirror of
https://git.zx2c4.com/cgit
synced 2025-08-30 22:49:41 +02:00
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>
This commit is contained in:
parent
dc3c9b5bc4
commit
bbd4a14456
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static void cgit_print_object_ref(struct object *obj)
|
||||||
page = "tree";
|
page = "tree";
|
||||||
arg = "id";
|
arg = "id";
|
||||||
} else {
|
} else {
|
||||||
page = "view";
|
page = "blob";
|
||||||
arg = "id";
|
arg = "id";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue