app/views/comable/admin/dashboard/show.slim in comable_backend-0.4.0 vs app/views/comable/admin/dashboard/show.slim in comable_backend-0.4.1
- old
+ new
@@ -21,10 +21,9 @@
number: number_to_currency(number),
progress: (number.to_f / @last_week_orders.sum(:total_price)) * 100,
color: 'blue',
fa: 'dollar'
- / TODO: Comment out after adding timestamp columns
.col-md-4
- number = @this_week_users.count
= render 'widget',
title: Comable.t('admin.new_users'),
number: number_with_delimiter(number),