mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 12:26:22 +00:00
fix: corregida vista remote_profile
This commit is contained in:
parent
dbdce703c3
commit
9ffd49aae2
2 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,10 @@
|
||||||
%h5= t('.profile_summary') + ':'
|
%h5= t('.profile_summary') + ':'
|
||||||
%p= sanitize remote_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
|
-# Botones de Moderación
|
||||||
.d-flex.py-4.justify-content-center
|
.d-flex.py-4.justify-content-center
|
||||||
- @class = 'btn-success'
|
- @class = 'btn-success'
|
||||||
|
|
|
@ -9,7 +9,7 @@ es:
|
||||||
source_profile: Cuenta de Origen
|
source_profile: Cuenta de Origen
|
||||||
reply_to: En respuesta a
|
reply_to: En respuesta a
|
||||||
remote_profile:
|
remote_profile:
|
||||||
profile: Cuentas
|
profile: Cuenta de Origen
|
||||||
profile_name: Nombre de la Cuenta
|
profile_name: Nombre de la Cuenta
|
||||||
profile_id: ID
|
profile_id: ID
|
||||||
profile_published: Publicada
|
profile_published: Publicada
|
||||||
|
|
Loading…
Reference in a new issue