From 218d0b9827a4b512e52477c513bb90f03497acb1 Mon Sep 17 00:00:00 2001 From: Alexis BENOIT Date: Sat, 14 Feb 2026 16:08:39 +0100 Subject: [PATCH 1/2] remove date key from volume --- app/views/admin/research/journals/volumes/static.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/research/journals/volumes/static.html.erb b/app/views/admin/research/journals/volumes/static.html.erb index cc1b24550..b732e46cc 100644 --- a/app/views/admin/research/journals/volumes/static.html.erb +++ b/app/views/admin/research/journals/volumes/static.html.erb @@ -14,7 +14,6 @@ issn = volume.journal.best_localization_for(language).issn number: <%= volume.number %> <%= osuny_static_text 'issn', issn %> <%= osuny_static_text 'keywords', @l10n.keywords %> -date: "<%= @l10n.published_at.iso8601 %>" <%= osuny_static_html 'text', @l10n.text %> <%= render 'admin/application/images/featured/static', about: @l10n %> <%= osuny_static_text 'meta_description', @l10n.meta_description %> From 4a6982abace8568f1b2fe8fbae9d7f6f74711e60 Mon Sep 17 00:00:00 2001 From: Alexis BENOIT Date: Sat, 14 Feb 2026 16:09:52 +0100 Subject: [PATCH 2/2] remove date key from paper --- app/views/admin/research/journals/papers/static.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/research/journals/papers/static.html.erb b/app/views/admin/research/journals/papers/static.html.erb index 9c116362c..fedd067c1 100644 --- a/app/views/admin/research/journals/papers/static.html.erb +++ b/app/views/admin/research/journals/papers/static.html.erb @@ -44,7 +44,6 @@ volumes: end %> weight: <%= paper.position %> -date: "<%= @l10n.published_at&.to_date&.iso8601 %>" dates: published: "<%= @l10n.published_at&.to_date&.iso8601 %>" accepted: "<%= paper.accepted_at&.to_date&.iso8601 %>"