mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 17:26:21 +00:00
11 lines
No EOL
288 B
Text
11 lines
No EOL
288 B
Text
.row.no-gutters.pt-2
|
|
.col-1
|
|
= render 'components/checkbox', id: profile['id']
|
|
.col-11
|
|
%h4
|
|
%a{href: profile['id']}= profile['preferredUsername']
|
|
=profile['summary'].html_safe
|
|
|
|
-# Botones de Moderación
|
|
.d-flex.pb-4
|
|
= render 'components/profiles_btn_box' |