Skip to content

Commit c7986f2

Browse files
Remove mongoose balance from the member home page; It serves no purpose anymore
Signed-off-by: Tobias de Bruijn <[email protected]>
1 parent 3faffa7 commit c7986f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/views/members/home/index.html.haml

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
= render partial: 'layouts/partials/pagination', locals: {pagy: @pagination}
2828

2929
.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')
3939

4040
.card.card-box
4141
.row.no-gutters

0 commit comments

Comments
 (0)