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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user