* bugUI: refactor create and edit page.

This commit is contained in:
liugang
2023-07-06 13:30:50 +08:00
parent 204602b830
commit ef3587ee49
2 changed files with 10 additions and 22 deletions
+3 -4
View File
@@ -313,7 +313,7 @@ formPanel
editor
(
set::name('steps'),
set::value($bug->steps ? htmlSpecialString($bug->steps) : '')
html($bug->steps)
)
),
),
@@ -402,9 +402,8 @@ formPanel
formGroup
(
set::label($lang->bug->files),
set::name('files[]'),
set::control('file')
),
upload()
)
)
);