소스 검색

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

Signed-off-by: Alex Ward <alxwrd@googlemail.com>
tags/v1.5.0-dev
Alex Ward 6 년 전
부모
커밋
4ebdcbc5df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      routers/repo/issue.go

+ 1
- 1
routers/repo/issue.go 파일 보기

@@ -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…
취소
저장