mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 08:46:22 +00:00
fix: faltaba poner la hora de los comentarios
This commit is contained in:
parent
e4e604f56d
commit
b489b713ac
3 changed files with 7 additions and 3 deletions
|
@ -5,9 +5,11 @@
|
|||
= render 'components/checkbox', id: comment['id']
|
||||
.col-11
|
||||
.row.no-gutters
|
||||
.col-3
|
||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||
.col-9
|
||||
.col-5.col-sm-3.col-lg-4
|
||||
%p
|
||||
%span= comment['published'].to_datetime.strftime(t('date.format'))
|
||||
%span= comment['published'].to_datetime.strftime(t('time.format'))
|
||||
.col-7.col-sm-9.col-lg-8
|
||||
%dl
|
||||
%dt.d-inline.mr-2= t('.source_profile')
|
||||
%dd.d-inline
|
||||
|
|
|
@ -48,6 +48,7 @@ en:
|
|||
time:
|
||||
am: am
|
||||
pm: pm
|
||||
format: '%-I:%M %p'
|
||||
components:
|
||||
instances_filters:
|
||||
text_show: Show
|
||||
|
|
|
@ -48,6 +48,7 @@ es:
|
|||
time:
|
||||
am: am
|
||||
pm: pm
|
||||
format: '%-H:%M'
|
||||
components:
|
||||
instances_filters:
|
||||
text_show: Ver
|
||||
|
|
Loading…
Reference in a new issue