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

6 lines
291 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')
2024-01-29 16:48:11 +00:00
= render 'moderation_queue/profile_button_box'