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

6 lines
324 B
Text
Raw Normal View History

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