File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 27
27
= render partial: 'layouts/partials/pagination', locals: {pagy: @pagination}
28
28
29
29
.col-lg-6.float-right
30
- - unless @balance.blank?
31
- .card.card-box
32
- .row.no-gutters
33
- .col.bg-success.card-body
34
- %i.fa.fa-shopping-cart.fa-5x
35
- .col.card-body
36
- %p.size-h2
37
- = number_to_currency( @balance.balance, :unit => '€' )
38
- %p.text-muted.text-center= I18n.t('activerecord.models.checkout_balance')
30
+ -# - unless @balance.blank?
31
+ - # .card.card-box
32
+ - # .row.no-gutters
33
+ - # .col.bg-success.card-body
34
+ - # %i.fa.fa-shopping-cart.fa-5x
35
+ - # .col.card-body
36
+ - # %p.size-h2
37
+ - # = number_to_currency( @balance.balance, :unit => '€' )
38
+ - # %p.text-muted.text-center= I18n.t('activerecord.models.checkout_balance')
39
39
40
40
.card.card-box
41
41
.row.no-gutters
You can’t perform that action at this time.
0 commit comments