about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-12-07 15:57:55 +0100
committerLars Hjemli <hjemli@gmail.com>2008-12-07 15:57:55 +0100
commitb54ef9749c083afd86573112fad3b3ed8ee2d0e4 (patch)
treec23d5f0b32b15e7b6d9d455671a8f5acdc198417
parentui-shared: externalize add_hidden_formfields() (diff)
downloadcgit-pink-b54ef9749c083afd86573112fad3b3ed8ee2d0e4.tar.gz
cgit-pink-b54ef9749c083afd86573112fad3b3ed8ee2d0e4.zip
ui-stats.c: reuse cgit_add_hidden_formfields()
This makes sure that the currect branch and path is preserved when
changing the stats period or author count.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r--ui-stats.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 1104485..9fc06d3 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -382,9 +382,8 @@ void cgit_show_stats(struct cgit_context *ctx)
 	}
 	html("</h2>");
 
-	html("<form method='get' action='.' style='float: right; text-align: right;'>");
-	if (strcmp(ctx->qry.head, ctx->repo->defbranch))
-		htmlf("<input type='hidden' name='h' value='%s'/>", ctx->qry.head);
+	html("<form method='get' action='' style='float: right; text-align: right;'>");
+	cgit_add_hidden_formfields(1, 0, "stats");
 	if (ctx->repo->max_stats > 1) {
 		html("Period: ");
 		html("<select name='period' onchange='this.form.submit();'>");
2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe