aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-01 13:26:29 +0100
committerlookshe <github@lookshe.org>2016-02-01 13:26:29 +0100
commit36a1d663a66e0e6226d55f477287578d867c6fb8 (patch)
treeff7e3c217fd589eb36e137b0eba0821b403fb6f0 /ui-stats.c
parent86ff85e75af635b3700b221625dfca4c7002218f (diff)
added link to author (similar to gitweb)
Diffstat (limited to 'ui-stats.c')
-rw-r--r--ui-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 74ce0f7..1042252 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -326,7 +326,7 @@ static void print_authors(struct string_list *authors, int top,
for (i = 0; i < top; i++) {
author = &authors->items[i];
html("<tr><td class='left'>");
- html_txt(author->string);
+ cgit_author_link(author->string);
html("</td>");
authorstat = author->util;
items = &authorstat->list;