Updated posts list

This commit is contained in:
Gregorio Chiko Putra 2017-10-28 11:42:49 +07:00
parent 94b2f1e4ab
commit e6aa4991fc
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ var listAdmin = {
m('em', { m('em', {
style: 'color: ' + pengumuman.foreground style: 'color: ' + pengumuman.foreground
}, [ }, [
pengumuman.creatorName, pengumuman.creatorName.split(' ')[0],
' - ', ' - ',
fecha.format(fecha.parse(pengumuman.created_at, 'YYYY-MM-DD HH:mm:ss'), 'YYYY-MM-DD') fecha.format(fecha.parse(pengumuman.created_at, 'YYYY-MM-DD HH:mm:ss'), 'YYYY-MM-DD')
]) ])

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long