From 87bb7bb12f9ad0d09e119e444ed4fce89b2b91b8 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" 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