UX: show topic title in email logs

This commit is contained in:
Sam
2016-04-15 10:38:02 +10:00
parent e30c8239a2
commit a1d65ae8f6
3 changed files with 19 additions and 4 deletions
@@ -31,11 +31,12 @@
</td>
<td><a href='mailto:{{unbound l.to_address}}'>{{l.to_address}}</a></td>
<td>{{l.email_type}}</td>
<td>
<td class='post-link'>
{{#if l.post_url}}
<a href="{{l.post_url}}">{{l.reply_key}}</a>
<a href="{{l.post_url}}">{{l.post_description}}</a>
<span class='reply-key'>{{l.reply_key}}</span>
{{else}}
{{l.reply_key}}
<span class='reply-key'>{{l.reply_key}}</span>
{{/if}}
</td>
</tr>