mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 23:16:21 +00:00
fix: agregada línea de separación de tarjetas en compo accounts
This commit is contained in:
parent
3d543a22fd
commit
5c2f2b9c61
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']
|
%a{href: profile['id']}= profile['preferredUsername']
|
||||||
=profile['summary'].html_safe
|
=profile['summary'].html_safe
|
|
@ -2,9 +2,10 @@
|
||||||
= render 'components/profiles_filters'
|
= render 'components/profiles_filters'
|
||||||
|
|
||||||
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
||||||
|
%hr
|
||||||
= render 'account', profile: remote_profile
|
= render 'account', profile: remote_profile
|
||||||
|
|
||||||
-# Botones de Moderación
|
-# Botones de Moderación
|
||||||
.d-flex.py-4
|
.d-flex.pb-4
|
||||||
= render 'components/profiles_btn_box'
|
= render 'components/profiles_btn_box'
|
||||||
|
|
Loading…
Reference in a new issue