Skip to content
Snippets Groups Projects
Commit ca37e45e authored by Arnaud Levy's avatar Arnaud Levy
Browse files

publication date

parent 100bb5c7
No related branches found
No related tags found
No related merge requests found
......@@ -76,11 +76,12 @@ administrative_missions:
<% end %>
<% if @about.publications.any? %>
publications:
<% @about.publications.each do |publication| %>
<% @about.publications.ordered.each do |publication| %>
- title: >
<%= prepare_text_for_static publication.title %>
ref: >
<%= prepare_html_for_static publication.ref, @website.university %>
date: "<%= publication.publication_date&.iso8601 %>"
url: >
<%= prepare_text_for_static publication.url %>
hal_url: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment