fix headers handling

This commit is contained in:
Matias Alejo Garcia 2014-12-12 14:37:40 -03:00
commit 09959bb10d
2 changed files with 5 additions and 5 deletions

View file

@ -97,10 +97,10 @@
<div class="size-12">
<div ng-if="perItem">
<p> Your current Insight server usage quotas are: {{perItem}}kB per walelt and up to {{nrWallets}} wallets.
Your current Insight server usage quotas are: {{perItem}}kB per walelt and up to {{nrWallets}} wallets.
</div>
<div ng-if="$root.needsEmailConfirmation">
<p> <i class="fi-alert"></i> Confirming for email with increase your storage usage limits.
<div ng-if="$root.needsEmailConfirmation" class="m10t">
<i class="fi-alert"></i> Confirming for email with increase your storage usage limits.
</div>
</div>
</div>