app/assets/templates/credit_cards/index.html.slim in sprangular-0.0.1 vs app/assets/templates/credit_cards/index.html.slim in sprangular-0.1.0

- old
+ new

@@ -1,8 +1,10 @@ -h2 Credit Cards +h2 + | {{ :: 'credit_cards.credit_cards' | translate}} #credit-cards .not-found(ng-if='creditCards.length == 0') - p No credits cards on file + p + | {{ :: 'credit_cards.no_credit_cards_on_file' | translate}} .found.clearfix(ng-repeat="card in creditCards") credit-card-view(card='card' allow-delete='true')