From 36a1d663a66e0e6226d55f477287578d867c6fb8 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 1 Feb 2016 13:26:29 +0100 Subject: added link to author (similar to gitweb) --- ui-refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-refs.c') diff --git a/ui-refs.c b/ui-refs.c index 295a4c7..14f4a5c 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -70,7 +70,7 @@ static int print_branch(struct refinfo *ref) cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL); html(""); cgit_open_filter(ctx.repo->email_filter, info->author_email, "refs"); - html_txt(info->author); + cgit_author_link(info->author); cgit_close_filter(ctx.repo->email_filter); html(""); cgit_print_age(info->commit->date, -1, NULL); -- cgit v1.2.3