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

10 lines
429 B
Text
Raw Normal View History

-# Componente Remote_Profile
.flex.py-2.mx-2.text-center
%h4.mb-2= t('.profile_name') + ': ' + remote_profile['name']
%h5= t('.profile_id') + ': ' + remote_profile['id']
2024-01-29 18:32:47 +00:00
%h5= t('.profile_published') + ': ' + remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
%h5= t('.profile_summary') + ':'
%p= sanitize remote_profile['summary']
= render 'moderation_queue/button_box', btn_params: @profile_btn_params