From 6da512032af12aa58793741ba5bb4485a346ff10 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Fri, 8 Aug 2014 15:19:09 -0300 Subject: adds signatureStatus, encryptionStatus, tags feature toggles --- web-ui/app/templates/mails/full_view.hbs | 4 ++++ 1 file changed, 4 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 a466308d..c674291c 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -11,12 +11,16 @@
+ {{#if signatureStatus}} {{t signatureStatus }} + {{/if}} + {{#if encryptionStatus}} {{t encryptionStatus }} + {{/if}}
{{ header.formattedDate }} -- cgit v1.2.3