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

11 lines
220 B
Plaintext
Raw Normal View History

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