From 93afdb4d935d504356adc662426a70cd8b575133 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 25 Jul 2017 18:56:00 +0200 Subject: [feat] display the mixnet status on incomming emails Add support for X-Leap-Mixnet header. --- web-ui/app/templates/mails/full_view.hbs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web-ui/app/templates/mails/full_view.hbs') diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 0068b7f7..98d5551a 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -17,6 +17,11 @@ {{t encryptionStatus.label }} {{/if}} + {{#if mixnetStatus}} + + {{t mixnetStatus.label }} + + {{/if}}
-- cgit v1.2.3