retrospring/app/views/moderation/priority.html.haml

11 lines
220 B
Text
Raw Normal View History

2020-04-25 18:05:35 +02:00
%h2
- if @host.nil?
Users sorted by reports
- else
Users with the same IP
#users
2015-07-23 19:38:42 +02:00
.row
2020-04-25 18:05:35 +02:00
- @users.each do |u, c|
.col-md-4.col-sm-12col-xs-12
= render 'moderation/userbox', user: u, count: c