Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Accounts): revert accidental change in 433de77
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 8, 2016
1 parent 8008163 commit f237a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/settings/accounts.jade
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ h5.well.type-h5.em-400.hidden-xs(translate="ACCOUNT_MANAGEMENT_EXPLAIN")
ng-repeat="account in accounts() | filter:{label: searchText}"
)
td.expand
span.account-label {{ account.label | highlight:searchText }}
span.account-label(ng-bind="account.label | highlight:searchText")
span.man(ng-show="!account.archived && account.balance != null").prm
| ({{ account.balance | toBitCurrency:settings.btcCurrency }})
span.man(ng-show="account.archived", translate="ACCOUNT_IS_ARCHIVED").prm
Expand Down

0 comments on commit f237a4e

Please sign in to comment.