mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 20:46:03 +01:00
10 lines
235 B
Text
10 lines
235 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
|
|
= render 'moderation/userbox', user: u, count: c
|