indent correction on code
This commit is contained in:
parent
76bf4042b2
commit
2b0961f6ea
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
|
@ -26,12 +26,12 @@
|
|||
<section class="middle tab-bar-section">
|
||||
|
||||
<h1 class="right">
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
</h1>
|
||||
<h1 class="title ellipsis">
|
||||
{{$root.wallet.getName()}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue