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

authors

parent 63921e0c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ class Admin::Research::Hal::PublicationsController < Admin::Research::Hal::Appli
def static
@about = @publication
@website = @publication.websites&.first
render layout: false
end
......
......@@ -7,6 +7,8 @@ abstract: >-
<%= prepare_html_for_static @about.abstract, @website.university %>
citation_full: >-
<%= prepare_html_for_static @about.citation_full, @website.university %>
authors: >-
<%= @about.authors.ordered.join(', ') %>
ref: >-
<%= sanitize @about.ref %>
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