From 74e9a6ac698d798c6f02d1c934862529866ed42e Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Tue, 22 Mar 2016 16:08:07 -0300 Subject: Issue #647: Refactor security labels stylesheet This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes. --- web-ui/app/templates/mails/full_view.hbs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (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 4c0863de..8c486275 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -8,12 +8,13 @@
{{#if signatureStatus}} - - {{t signatureStatus }} + + {{t signatureStatus.label }} - {{/if}} {{#if encryptionStatus}} - - {{t encryptionStatus }} + {{/if}} + {{#if encryptionStatus}} + + {{t encryptionStatus.label }} {{/if}}
-- cgit v1.2.3