Skip to content

Commit 4ebdcbc

Browse files
alxwrdlafriks
authored andcommitted
Fix style of "In your repositories" when selected (#3699)
Signed-off-by: Alex Ward <alxwrd@googlemail.com>
1 parent 43fc430 commit 4ebdcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/repo/issue.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func Issues(ctx *context.Context) {
111111

112112
viewType := ctx.Query("type")
113113
sortType := ctx.Query("sort")
114-
types := []string{"all", "assigned", "created_by", "mentioned"}
114+
types := []string{"all", "your_repositories", "assigned", "created_by", "mentioned"}
115115
if !com.IsSliceContainsStr(types, viewType) {
116116
viewType = "all"
117117
}

0 commit comments

Comments
 (0)