Generate correct format for create at at print time [SCI-7351] (#4547)

This commit is contained in:
ajugo 2022-10-19 13:18:52 +02:00 committed by GitHub
parent 98c32fda78
commit 9639e30c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ module LabelTemplates
when 'ADDED_BY'
@repository_row.created_by.full_name
when 'ADDED_ON'
@repository_row.created_at.to_s
I18n.l(@repository_row.created_at, format: :full)
when 'LOGO'
logo
else