We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041ad6f commit cf0797eCopy full SHA for cf0797e
2 files changed
app/models/statistics/users.rb
@@ -5,8 +5,7 @@ def pctrecent(value)
5
"%.0f%%" % (100.0 * value / nb_recently_seen_accounts)
6
end
7
8
- def pctrecent_filled(value,field)
9
- # take into account those having declared an xmpp or mastodon account
+ def pctrecent_filled(value, field)
10
"%.0f%%" % (100.0 * value / filled(field))
11
12
app/views/statistics/users.html.haml
@@ -249,7 +249,7 @@
249
%th Domaines à plus de trois comptes
250
%th Nombre de comptes
251
%th Actifs
252
- %th % déclarés
+ %th Déclarés
253
- @stats.top_xmpp_domains.each do |domain|
254
%tr
255
%td.stat
@@ -270,7 +270,7 @@
270
271
272
273
274
- @stats.top_mastodon_domains.each do |domain|
275
276
0 commit comments