mirror of
https://gitee.com/gitea/gitea
synced 2025-12-26 18:26:36 +08:00
UI: basci issue list without filters
- fix isRead check - fix paging
This commit is contained in:
@@ -82,8 +82,9 @@ var (
|
||||
}
|
||||
|
||||
// Repository settings.
|
||||
RepoRootPath string
|
||||
ScriptType string
|
||||
RepoRootPath string
|
||||
ScriptType string
|
||||
IssuePagingNum int = 10
|
||||
|
||||
// Picture settings.
|
||||
PictureService string
|
||||
|
||||
Reference in New Issue
Block a user