-# Componente Remote_Profile .flex.py-2.mx-2.text-center %h4.my-2= 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') %h5= t('.profile_summary') + ':' %p= sanitize remote_profile['summary'] = render 'moderation_queue/comments', moderation_queue: @moderation_queue %h3.text-center.pt-4= t('.profile') %h4.my-2.text-center= t('.profile_name') + ': ' + remote_profile['name'] -# Botones de ModeraciĆ³n .d-flex.py-4.justify-content-center - @class = 'btn-success' = render 'moderation_queue/btn_base', text: t('moderation_queue.profile_button_box.text_approve'), class: @class, href: '' - @class = 'btn-outline-success' = render 'moderation_queue/btn_base', text: t('moderation_queue.profile_button_box.text_check'), class: @class, href: '' - @class = 'bg-blue white' = render 'moderation_queue/btn_base', text: t('moderation_queue.profile_button_box.text_deny'), class: @class, href: '' - @class = 'btn-danger' = render 'moderation_queue/btn_base', text: t('moderation_queue.profile_button_box.text_report'), class: @class, href: ''