We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac2b49 commit 659075bCopy full SHA for 659075b
1 file changed
app/views/statistics/users.html.haml
@@ -206,11 +206,11 @@
206
%td
207
.stat.misc(style="width: #{(width_stats * @stats.filled("jabber_id") / maxval).to_i}px;")= @stats.filled("jabber_id")
208
%td #{@stats.pctrecent(@stats.filled("jabber_id"))}
209
+ %tr
210
%td.stat Adresse Mastodon
211
212
.stat.misc(style="width: #{(width_stats * @stats.filled("mastodon_url") / maxval).to_i}px;")= @stats.filled("jabber_id")
213
%td #{@stats.pctrecent(@stats.filled("mastodon_url"))}
- %tr
214
%tr
215
%td.stat Signature
216
0 commit comments