Skip to content

Commit 4640ff9

Browse files
committed
fix
1 parent 145b583 commit 4640ff9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

models/git/branch.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ func FindRecentlyPushedNewBranches(ctx context.Context, doer *user_model.User, o
505505
// and they are unlikely to be used to create new PRs.
506506
continue
507507
}
508-
508+
fmt.Println(11111111)
509+
fmt.Println(branch.RepoID, branch.Name)
509510
// whether branch have already created PR
510511
count, err := db.GetEngine(ctx).Table("pull_request").
511512
// we should not only use branch name here, because if there are branches with same name in other repos,

web_src/css/repo/home.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
grid-row: 2;
2121
padding-left: 1em;
2222
}
23-
.repo-home-sidebar-bottom > :first-child {
23+
.repo-home-sidebar-bottom .flex-list > :first-child {
2424
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
2525
}
2626

@@ -43,7 +43,7 @@
4343
grid-row: 3;
4444
padding-left: 0;
4545
}
46-
.repo-home-sidebar-bottom > :first-child {
46+
.repo-home-sidebar-bottom .flex-list > :first-child {
4747
border-top: 0;
4848
}
4949
}

0 commit comments

Comments
 (0)