diff options
-rw-r--r-- | ui-diff.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c index 7ab1e49..878496d 100644 --- a/ui-diff.c +++ b/ui-diff.c | |||
@@ -141,7 +141,10 @@ void cgit_print_diffstat(const unsigned char *old_sha1, | |||
141 | { | 141 | { |
142 | int i; | 142 | int i; |
143 | 143 | ||
144 | html("<div class='diffstat-header'>Diffstat</div>"); | 144 | html("<div class='diffstat-header'>"); |
145 | cgit_diff_link("Diffstat", NULL, NULL, ctx.qry.head, ctx.qry.sha1, | ||
146 | ctx.qry.sha2, NULL); | ||
147 | html("</div>"); | ||
145 | html("<table summary='diffstat' class='diffstat'>"); | 148 | html("<table summary='diffstat' class='diffstat'>"); |
146 | max_changes = 0; | 149 | max_changes = 0; |
147 | cgit_diff_tree(old_sha1, new_sha1, inspect_filepair, NULL); | 150 | cgit_diff_tree(old_sha1, new_sha1, inspect_filepair, NULL); |