From 3203bf13c4ff440222b0831ecbdc5eb0d0e1cf33 Mon Sep 17 00:00:00 2001 From: TheNeedful-DO Date: Mon, 3 Jun 2024 23:09:16 +0000 Subject: [PATCH] Remove index sums --- app/views/metapurses/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/metapurses/index.html.haml b/app/views/metapurses/index.html.haml index 6272cc63..5f5af54f 100644 --- a/app/views/metapurses/index.html.haml +++ b/app/views/metapurses/index.html.haml @@ -15,7 +15,7 @@ %tr %td = link_to metapurse.name, metapurse - = "#{number_to_currency metapurse.total_usd} USD" + -# = "#{number_to_currency metapurse.total_usd} USD" -# %td= metapurse.data - if policy(metapurse).update? -# %td= link_to 'Show', metapurse