* Remove , at the end of row in the lastest children in gogs.

This commit is contained in:
liumengyi
2023-11-14 10:55:10 +08:00
parent d8cbaf479e
commit 1d5266de8f
5 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ featureBar
(
to::leading(array(backBtn(set::icon('back'), set::className('secondary'), $lang->goback))),
set::current($type),
set::link($this->createLink('gogs', 'binduser', "gogsID=$gogsID&type={key}")),
set::link($this->createLink('gogs', 'binduser', "gogsID=$gogsID&type={key}"))
);
/* zin: Define the toolbar on main menu. */
@@ -55,9 +55,9 @@ form
array(
'text' => $lang->goback,
'btnType' => 'info',
'onClick' => jsRaw('() => {goBack()}'),
'onClick' => jsRaw('() => {goBack()}')
)
)
)),
))
)
);