1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-16 14:15:05 -05:00
mail/src/tpl/account.html

10 lines
331 B
HTML
Raw Normal View History

2013-10-21 11:10:45 -04:00
<div class="lightbox-body" ng-controller="AccountCtrl">
<header>
<h2>Account</h2>
<button class="close" ng-click="hideAccountView()" data-action="lightbox-close">&#xe007;</button>
</header>
<div class="content">
<button ng-click="exportKeyFile()" class="btn" >Download encrypted key file</button>
</div>
</div>