Browse Source

Fix style of "In your repositories" when selected (#3699)

Signed-off-by: Alex Ward <alxwrd@googlemail.com>
for-closed-social
Alex Ward 6 years ago
committed by Lauris BH
parent
commit
4ebdcbc5df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/issue.go

+ 1
- 1
routers/repo/issue.go View File

@ -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…
Cancel
Save