1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/tpl/account.html

10 lines
314 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>
2013-10-22 10:45:50 -04:00
<button class="close" ng-click="closeAccount()" data-action="lightbox-close">&#xe007;</button>
2013-10-21 11:10:45 -04:00
</header>
<div class="content">
2013-10-22 10:54:43 -04:00
<button ng-click="exportKeyFile()" class="btn">Export keypair</button>
2013-10-21 11:10:45 -04:00
</div>
</div>