mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00: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