Skip to content

Commit 2ac2b49

Browse files
committed
Fix 2056 La section 'Informations personnelles' des statistiques n'indique pas le nombre d'adresses Mastodon
1 parent 0ad6136 commit 2ac2b49

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/views/statistics/users.html.haml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@
206206
%td
207207
.stat.misc(style="width: #{(width_stats * @stats.filled("jabber_id") / maxval).to_i}px;")= @stats.filled("jabber_id")
208208
%td #{@stats.pctrecent(@stats.filled("jabber_id"))}
209+
%td.stat Adresse Mastodon
210+
%td
211+
.stat.misc(style="width: #{(width_stats * @stats.filled("mastodon_url") / maxval).to_i}px;")= @stats.filled("jabber_id")
212+
%td #{@stats.pctrecent(@stats.filled("mastodon_url"))}
213+
%tr
209214
%tr
210215
%td.stat Signature
211216
%td

0 commit comments

Comments
 (0)