]> source.dussan.org Git - gitea.git/commitdiff
Fix style of "In your repositories" when selected (#3699)
authorAlex Ward <alxwrd@googlemail.com>
Tue, 20 Mar 2018 21:39:14 +0000 (21:39 +0000)
committerLauris BH <lauris@nix.lv>
Tue, 20 Mar 2018 21:39:14 +0000 (23:39 +0200)
Signed-off-by: Alex Ward <alxwrd@googlemail.com>
routers/repo/issue.go

index a63572d5b6b170ca6ab5019dfd19b067c3ba3190..234937b1af750d2f5e58fc55a6ac0041c4818666 100644 (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"
        }