fix manage controller, refactor logged attr

This commit is contained in:
Matias Alejo Garcia 2014-10-15 08:52:22 -03:00
commit a3d0b9e48b
2 changed files with 21 additions and 22 deletions

View file

@ -1,7 +1,7 @@
<div class="backup" ng-controller="MoreController">
<div class="backup" ng-controller="ManageController">
<h1 translate>Manage Wallets</h1>
<div class="oh large-12 columns panel">
<h3><i class="fi-download m10r"></i> <span translate>Backup</span> </h3>
<h3><i class="fi-download m10r"></i> <span translate>Manage Wallets</span> </h3>
<p translate class="large-8 columns text-gray">It's important to backup your profile so that you can recover it in case of disaster. The backup will include all your profile's wallets</p>
<div class="large-4 columns">
<a translate class="button primary expand" ng-click="downloadBackup()">Backup profile</a>