5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:44:17 +00:00

fix: faltaba poner la hora de los comentarios

This commit is contained in:
maki 2024-02-21 17:52:53 -03:00
parent e4e604f56d
commit b489b713ac
3 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -48,6 +48,7 @@ en:
time:
am: am
pm: pm
format: '%-I:%M %p'
components:
instances_filters:
text_show: Show

View file

@ -48,6 +48,7 @@ es:
time:
am: am
pm: pm
format: '%-H:%M'
components:
instances_filters:
text_show: Ver