Add verified state summary to top of safety number screen

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-16 16:05:29 -07:00
parent d462108e83
commit 31bf05e14a
7 changed files with 99 additions and 6 deletions

View file

@ -321,6 +321,15 @@
</script>
<script type='text/x-tmpl-mustache' id='key-verification'>
<div class='container'>
<div class='summary'>
{{ #isVerified }}
<span class='icon verified'></span>
{{ /isVerified }}
{{ ^isVerified }}
<span class='icon shield'></span>
{{ /isVerified }}
{{ verifiedStatus }}
</div>
{{ ^has_their_key }}
<div class='placeholder'>{{ their_key_unknown }}</div>
{{ /has_their_key }}