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

Fix pdf download

parent 14bdcd95
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ metadata:
content: "<%= prepare_text_for_static paper.journal.to_s_in(language) %>"
<% if @l10n.pdf.attached? %>
- name: "citation_pdf_url"
content: "<%= @l10n.pdf.blob_id %>"
content: "<%= "#{current_university.url}#{download_medium_path(signed_id: @l10n.pdf.blob.signed_id, lang: nil)}" %>"
<% end %>
<% if @l10n.volume_l10n %>
- name: "citation_volume"
......
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