aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-27 15:53:38 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-27 16:27:15 -1000
commit99d000d4bb9514c2639211a31bb6109db84ad231 (patch)
tree020b0c547a77de30f02b4ed1f472bdb0e63aa72d /lib/render-msg.js
parent865a911d8d889a4eb50009d0d879d204012b87b3 (diff)
downloadpatchfoo-99d000d4bb9514c2639211a31bb6109db84ad231.tar.gz
patchfoo-99d000d4bb9514c2639211a31bb6109db84ad231.zip
Show contact reason
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r--lib/render-msg.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index 17b9090..7a00580 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -480,6 +480,7 @@ RenderMsg.prototype.contact = function (cb) {
' from ',
h('code', self.c.note)
] : '',
+ self.c.reason ? [' because ', h('q', self.c.reason)] : ''
], cb)
})
}