This commit is contained in:
liumengyi
2024-01-31 14:03:53 +08:00
parent 0cc1fd551e
commit 27e48bfa2d
+2 -2
View File
@@ -21,7 +21,7 @@ if(empty($products))
$lang->product->noProduct
),
a(
setClass('btn ghost text-primary'),
setClass('btn primary-pale border-primary'),
icon('plus'),
set::href(createLink('product', 'create')),
$lang->product->create
@@ -34,4 +34,4 @@ else
helper::end();
}
render();
render();