Explorar el Código

simplify

pull/30707/head
silverwind hace 3 semanas
padre
commit
33d4ed973f
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1
    3
      routers/web/repo/editor.go

+ 1
- 3
routers/web/repo/editor.go Ver fichero

@@ -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]
}


Cargando…
Cancelar
Guardar