Skip to content

Commit 32c705d

Browse files
Remove more mongoose leftovers from the member home page
Signed-off-by: Tobias de Bruijn <[email protected]>
1 parent c7986f2 commit 32c705d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@
102102
%span.label.label-success= I18n.t('activerecord.attributes.participant.paid.true')
103103
- else
104104
%span.label.label-warning= I18n.t('activerecord.attributes.participant.paid.false')
105-
.card
106-
.card-header
107-
%i.fa.fa-fw.fa-fw.fa-shopping-cart
108-
%span= I18n.t("activerecord.models.checkout_transactions")
109-
%table.table.card-body
110-
%tbody
111-
- @transactions.each do |transaction|
112-
%tr
113-
%td.d-block.d-sm-none{ :colspan => 2 }= I18n.l transaction.created_at
114-
%td.d-none.d-sm-table-cell= I18n.l transaction.created_at
115-
%td.d-none.d-sm-table-cell= transaction.products
116-
%td
117-
= number_to_currency(transaction.price, :unit => '€')
118-
- if transaction.price > 0
119-
%span.fa.fa-sort-asc.float-right
120-
- else
121-
%span.fa.fa-sort-desc.float-right
105+
-# .card
106+
-# .card-header
107+
-# %i.fa.fa-fw.fa-fw.fa-shopping-cart
108+
-# %span= I18n.t("activerecord.models.checkout_transactions")
109+
-# %table.table.card-body
110+
-# %tbody
111+
-# - @transactions.each do |transaction|
112+
-# %tr
113+
-# %td.d-block.d-sm-none{ :colspan => 2 }= I18n.l transaction.created_at
114+
-# %td.d-none.d-sm-table-cell= I18n.l transaction.created_at
115+
-# %td.d-none.d-sm-table-cell= transaction.products
116+
-# %td
117+
-# = number_to_currency(transaction.price, :unit => '€')
118+
-# - if transaction.price > 0
119+
-# %span.fa.fa-sort-asc.float-right
120+
-# - else
121+
-# %span.fa.fa-sort-desc.float-right

0 commit comments

Comments
 (0)