From 31a463ec93d756956fec4c887cd034d4b3118b30 Mon Sep 17 00:00:00 2001 From: Bilel Kihal <61744974+Bilelkihal@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:03:59 +0000 Subject: [PATCH] replace "Initial release occurred" by "Initial created on" on summary page --- .../sections/metadata/_ontology_description_section.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml b/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml index 8bf2e134e..145a50e89 100644 --- a/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml +++ b/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml @@ -22,7 +22,7 @@ - l.row do %div.creation_text - if @submission_latest&.released - Initial release occurred on + Initial created on %span.date_creation_text= l(Date.parse(@submission_latest.released), format: :monthfull_day_year) + '.' - if @submission_latest&.contact For additional information, reach out