* [task#123656] Adjust last build show style.

This commit is contained in:
liyang
2024-08-02 13:39:47 +08:00
committed by 曹延义
parent 09e57ab805
commit ecd3966bdc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ formPanel
div
(
setClass('help-block'),
html('&nbsp;' . $lang->build->last . ': <a class="code label light rounded-full" id="lastBuildBtn">' . $lastBuild->name . '</a>')
html('&nbsp;' . $lang->build->last . ': <a class="code label light" id="lastBuildBtn">' . $lastBuild->name . '</a>')
)
)
) : ''