X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8fb2f056961e577a039ae185d89ab8e2d2840b9e..ca8eb8fc8f71ee0a40015c323619f776840b6503:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index ff3ed4d..0a7869b 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -62,7 +62,7 @@ static void cgit_print_object_ref(struct object *obj) url = cgit_pageurl(cgit_query_repo, page, fmt("id=%s", sha1_to_hex(obj->sha1))); html_link_open(url, NULL, NULL); - htmlf("%s %s", type_names[obj->type], + htmlf("%s %s", typename(obj->type), sha1_to_hex(obj->sha1)); html_link_close(); } @@ -129,8 +129,10 @@ static void cgit_print_tags() void cgit_print_summary() { html("