X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7f7c1ddd37f7286afc02fa06bf4f62cfa4e9ee12..b115955d71c50cd2d0065c45f3df6b02fa4730bd:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index c35e694..25da00a 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -139,7 +139,7 @@ static int print_tag(struct refinfo *ref) if (!header) print_tag_header(); html(""); - html_txt(name); + cgit_tag_link(name, NULL, NULL, ctx.qry.head, name); html(""); if (ctx.repo->snapshots && (ref->object->type == OBJ_COMMIT)) print_tag_downloads(ctx.repo, name);