1
0
mirror of https://github.com/bitwarden/web synced 2026-01-20 09:23:52 +00:00

Update 2017-07-29T01:23:55.886Z

This commit is contained in:
Kyle Spearrin
2017-07-28 21:24:00 -04:00
parent 327cd8af91
commit 0fa53f441e
10 changed files with 741 additions and 697 deletions

View File

@@ -141,7 +141,7 @@
</div>
<div ng-show="!loading && paymentSource">
<i class="fa" ng-class="{'fa-credit-card': paymentSource.type === 0,
'fa-university': paymentSource.type === 1}"></i>
'fa-university': paymentSource.type === 1, 'fa-paypal fa-fw text-blue': paymentSource.type === 2}"></i>
{{paymentSource.description}}
</div>
</div>