add if to usage

This commit is contained in:
Matias Alejo Garcia 2014-12-01 19:17:22 -03:00
parent 2402a22f0a
commit 4b67a2d265
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@
<a class="text-white" href="#!/createProfile">creating your profile</a>
</div>
<div class="box-setup">
<h1><span translate>Sign in to</span> <b>Copay</b></h1>
<form name="loginForm" ng-submit="openProfile(loginForm)" novalidate>

View File

@ -73,7 +73,7 @@
<td>
<span>
{{item.kb}} kB
({{item.usage}}%)
<span ng-if="item.usage">({{item.usage}}%) </span>
</span>
</td>