diff --git a/app/views/home/dashboard.html.erb b/app/views/home/dashboard.html.erb index f7508f7d..3ed5e068 100755 --- a/app/views/home/dashboard.html.erb +++ b/app/views/home/dashboard.html.erb @@ -254,7 +254,7 @@ <% if !@total_foc_items.nil? %> <%= t("views.right_panel.detail.total") %> <%= t("views.btn.foc") %> <%= t("views.right_panel.detail.item") %> : - <%= @total_foc_items %> + <%= @total_foc_items.to_int %> <% end %>