Sha256: 2615eb48680800f1c9003e59887edff0053c24728a5bf527a1be69ce6b7941f8
Contents?: true
Size: 810 Bytes
Versions: 1
Compression:
Stored size: 810 Bytes
Contents
.card .col-md-4.col-xs-3 i.fa.fa-5x.fa-credit-card(ng-show="!card.type") i.fa.fa-5x.fa-cc-visa(ng-show="card.type == 'visa'") i.fa.fa-5x.fa-cc-mastercard(ng-show="card.type == 'master'") i.fa.fa-5x.fa-cc-amex(ng-show="card.type == 'amex'") i.fa.fa-5x.fa-cc-discover(ng-show="card.type == 'discover'") .col-md-8.col-xs-9 dl.dl-horizontal dt | {{ :: 'credit_cards.number' | translate}} dd | •••• •••• •••• {{card.lastDigits}} a.btn.btn-mini.btn-link(ng-if='allowDelete' ng-click="delete()" ng-confirm-click="Are you sure you want to permanently remove this card?") span.glyphicon.glyphicon-remove dt | {{ :: 'credit_cards.expiration' | translate}} dd | {{card.month}} / {{card.year}}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprangular-0.1.0 | app/assets/templates/credit_cards/credit_card.html.slim |