5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 02:16:22 +00:00
panel/app/views/moderation_queue/_remote_profile.haml

24 lines
571 B
Text
Raw Normal View History

-# Componente Remote_Profile
.flex.py-2.mx-2
%dl
%dt= t('.profile_name')
%dd= remote_profile['name']
%dt= t('.profile_id')
%dd= remote_profile['id']
%dt= t('.profile_published')
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
%dt= t('.profile_summary')
%dd= remote_profile['summary']
2024-02-07 18:03:48 +00:00
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
%h3.pt-4= t('.profile')
%h4.my-2= t('.profile_name') + ': ' + remote_profile['name']
-# Botones de Moderación
= render 'components/comments_btn_box'