retrospring/app/views/moderation/priority.haml
2020-05-11 19:40:43 +02:00

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