Show replyTo address in campaign view

This commit is contained in:
Johannes Zellner 2016-11-25 17:41:32 +01:00
parent 901591dde4
commit 15613ba50c

View file

@ -78,6 +78,11 @@
<dd>{{address}}</dd>
{{/if}}
{{#if replyTo}}
<dt>Email "reply-to"</dt>
<dd>{{replyTo}}</dd>
{{/if}}
{{#if subject}}
<dt>Email "subject line"</dt>
<dd>{{subject}}</dd>