mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 08:17:01 +01:00
Fix View File
button link if branch deleted on pull request files pages (#31063)
as title
This commit is contained in:
parent
ec771fdfcd
commit
47e715a70f
@ -862,7 +862,7 @@ func viewPullFiles(ctx *context.Context, specifiedStartCommit, specifiedEndCommi
|
||||
}
|
||||
|
||||
if pull.HeadRepo != nil {
|
||||
ctx.Data["SourcePath"] = pull.HeadRepo.Link() + "/src/branch/" + util.PathEscapeSegments(pull.HeadBranch)
|
||||
ctx.Data["SourcePath"] = pull.HeadRepo.Link() + "/src/commit/" + endCommitID
|
||||
|
||||
if !pull.HasMerged && ctx.Doer != nil {
|
||||
perm, err := access_model.GetUserRepoPermission(ctx, pull.HeadRepo, ctx.Doer)
|
||||
|
Loading…
Reference in New Issue
Block a user