From 65593ba3d0ef201070bb557b0125a9ed4b15d13a Mon Sep 17 00:00:00 2001 From: Guan Xiying Date: Thu, 29 Jul 2021 16:28:13 +0800 Subject: [PATCH] * Fix link of refresh button of compile logs page. --- module/compile/view/logs.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/compile/view/logs.html.php b/module/compile/view/logs.html.php index 53e732741a..4b5e528505 100644 --- a/module/compile/view/logs.html.php +++ b/module/compile/view/logs.html.php @@ -18,7 +18,7 @@
- engine == 'gitlab') echo html::a(helper::createLink('ci', "checkCompileStatus", "gitlabOnly=yes"), " ". $lang->compile->refresh, '', "class='btn btn-secondary' id='refreshBtn'");?> + engine == 'gitlab') echo html::a(helper::createLink('ci', "checkCompileStatus", "compileID={$build->id}"), " ". $lang->compile->refresh, '', "class='btn btn-secondary' id='refreshBtn'");?> job"), " ". $lang->goback, '', "class='btn btn-secondary'");?>