Selaa lähdekoodia

simplify

pull/30707/head
silverwind 3 viikkoa sitten
vanhempi
commit
33d4ed973f
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1
    3
      routers/web/repo/editor.go

+ 1
- 3
routers/web/repo/editor.go Näytä tiedosto

@@ -419,9 +419,7 @@ func DiffPreviewPost(ctx *context.Context) {
return
}

if diff.NumFiles == 0 {
ctx.Data["File"] = nil
} else {
if diff.NumFiles != 0 {
ctx.Data["File"] = diff.Files[0]
}


Loading…
Peruuta
Tallenna