mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Fix style of "In your repositories" when selected (#3699)
Signed-off-by: Alex Ward <alxwrd@googlemail.com>
This commit is contained in:
parent
43fc430c07
commit
4ebdcbc5df
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func Issues(ctx *context.Context) {
|
|||
|
||||
viewType := ctx.Query("type")
|
||||
sortType := ctx.Query("sort")
|
||||
types := []string{"all", "assigned", "created_by", "mentioned"}
|
||||
types := []string{"all", "your_repositories", "assigned", "created_by", "mentioned"}
|
||||
if !com.IsSliceContainsStr(types, viewType) {
|
||||
viewType = "all"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue