mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 10:16:03 +01:00
19b754984e
As suggested by @pixeldesu
10 lines
247 B
Text
10 lines
247 B
Text
%h2
|
|
- if @host.nil?
|
|
Users sorted by reports
|
|
- else
|
|
Users with the same IP
|
|
#users
|
|
.row.row-cols-1.row-cols-sm-2.row-cols-md-3
|
|
- @users.each do |u, c|
|
|
.col.pb-3
|
|
= render 'moderation/userbox', user: u, count: (c || 0)
|