We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99c60e commit 93b2a47Copy full SHA for 93b2a47
mlp/templates/emails.html
@@ -238,6 +238,7 @@ <h3><i class="envelope open icon"></i><span v-if="localeData.emails_list.email_p
238
<td>[[ msg.message_id ]]</td>
239
</tr>
240
<tr>
241
+ <!-- TODO fix this [1] undefined! -->
242
<td v-if="!loading"><i :class="getTLSIcon(emails,index)[1]" class="icon"></i> [[ localeData.emails_list.status_tls_title ]]</td>
243
<td>[[ getTLSIcon(emails,index)[0] ]]</td>
244
0 commit comments