Browse Source

Tweaks to rename reporting in sendmail-html

tags/v1.2.0
James Moger 11 years ago
parent
commit
adf0e0a95e
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      groovy/sendmail-html.groovy

+ 3
- 1
groovy/sendmail-html.groovy View File

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

Loading…
Cancel
Save