From c0dbe36e1fb7bd1b38fe8729102606ec6076a701 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 7 Jan 2022 10:15:58 +0100 Subject: [PATCH] blob id --- app/views/admin/research/journal/volumes/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/research/journal/volumes/static.html.erb b/app/views/admin/research/journal/volumes/static.html.erb index b7f348279..a90daf583 100644 --- a/app/views/admin/research/journal/volumes/static.html.erb +++ b/app/views/admin/research/journal/volumes/static.html.erb @@ -5,7 +5,7 @@ issn: "<%= @volume.journal.issn %>" keywords: "<%= @volume.keywords %>" date: "<%= @volume.published_at %>" <% if @volume.cover.attached? %> -image: "<%= @volume.cover_path %>" +image: "<%= @volume.cover.blob.id %>" image_alt: "<%= @volume.cover_alt %>" <% end %> articles: -- GitLab