Explorar el Código

Tweaks to rename reporting in sendmail-html

tags/v1.2.0
James Moger hace 11 años
padre
commit
adf0e0a95e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      groovy/sendmail-html.groovy

+ 3
- 1
groovy/sendmail-html.groovy Ver fichero

@@ -329,7 +329,9 @@ class HtmlMailWriter {
writeStatusLabel("rename", "rename")
}
builder.td() {
a(href:blobDiffUrl(id, header.newPath), header.olPath + " -> " + header.newPath)
mkp.yield header.oldPath
mkp.yieldUnescaped "<b> -&rt; </b>"
a(href:blobDiffUrl(id, header.newPath), header.newPath)
}
}

Cargando…
Cancelar
Guardar