mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:16:21 +00:00
fix: agregadas traduccion y estilos a componente _comment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d9d50cb81e
commit
d3e5434a00
2 changed files with 22 additions and 17 deletions
|
@ -1,18 +1,20 @@
|
||||||
-# Componente Comentario
|
-# Componente Comentario
|
||||||
|
.flex.mx-4.my-5
|
||||||
%p.py-2 Esta línea es donde irá el cuerpo del comentario
|
.row.no-gutters
|
||||||
|
.col-1
|
||||||
|
%input{type: "checkbox", id: ""}
|
||||||
.row.border.border-white
|
.col-10
|
||||||
.col.col-1.border.border-white
|
.row.border.border-white
|
||||||
%p= comment['published'] # falta parsear
|
.col.col-1.border.border-white.mr-2
|
||||||
.col.border.border-white
|
%p= comment['published'].to_datetime.strftime('%m/%d/%Y') # falta parsear
|
||||||
%a{:href => comment['attributedTo']}= comment['attributedTo'] #falta parsear
|
.col.border.border-white
|
||||||
.row.border.border-white
|
%span.mr-3= t('.source_profile')
|
||||||
%p= "En respuesta a: "
|
%a{:href => comment['attributedTo']}= comment['attributedTo'] #falta parsear
|
||||||
%span
|
.row.border.border-white
|
||||||
%a{:href => comment['inReplyTo']}= comment['inReplyTo']
|
%p.mr-3= t('.reply_to')
|
||||||
.row.border.border-white
|
%span
|
||||||
%p= comment['content'] #falta parsear
|
%a{:href => comment['inReplyTo']}= comment['inReplyTo']
|
||||||
.row
|
.row.border.border-white
|
||||||
= render 'moderation_queue/comment_button_box'
|
%p= comment['content'] #falta parsear
|
||||||
|
.row.d-flex.justify-content-center
|
||||||
|
= render 'moderation_queue/comment_button_box'
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
es:
|
es:
|
||||||
moderation_queue:
|
moderation_queue:
|
||||||
|
comment:
|
||||||
|
source_profile: Cuenta de Origen
|
||||||
|
reply_to: En respuesta a
|
||||||
remote_profile:
|
remote_profile:
|
||||||
profile: Cuentas
|
profile: Cuentas
|
||||||
profile_name: Nombre de la Cuenta
|
profile_name: Nombre de la Cuenta
|
||||||
|
|
Loading…
Reference in a new issue