mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 19:16:23 +00:00
Merge remote-tracking branch 'refs/remotes/origin/issue-14966' into issue-14966
This commit is contained in:
commit
6c97c587b2
2 changed files with 10 additions and 4 deletions
|
@ -1,2 +1,7 @@
|
|||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
= render 'components/checkbox'
|
||||
.col-11
|
||||
%h4
|
||||
%a{href: profile['id']}= profile['preferredUsername']
|
||||
=profile['summary'].html_safe
|
|
@ -2,9 +2,10 @@
|
|||
= render 'components/profiles_filters'
|
||||
|
||||
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
||||
%hr
|
||||
= render 'account', profile: remote_profile
|
||||
|
||||
-# Botones de Moderación
|
||||
.d-flex.py-4
|
||||
.d-flex.pb-4
|
||||
= render 'components/profiles_btn_box'
|
||||
|
Loading…
Reference in a new issue