UX: show topic title in email logs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user