Stats Index: remove useless locale

This commit is contained in:
Simon Lehericey 2017-04-19 10:05:10 +02:00
parent 4c74b04a91
commit 8e7e7a8ab4

View file

@ -43,11 +43,11 @@
.stat-card.stat-card-half.big-number-card.pull-left
%span.big-number-card-title TOTAL DÉMARCHES DÉMATÉRIALISÉES
%span.big-number-card-number
= number_with_delimiter(@procedures_count, :locale => :fr)
= number_with_delimiter(@procedures_count)
.stat-card.stat-card-half.big-number-card.pull-left
%span.big-number-card-title TOTAL DOSSIERS DÉPOSÉS
%span.big-number-card-number
= number_with_delimiter(@dossiers_count, :locale => :fr)
= number_with_delimiter(@dossiers_count)
.clearfix