diff --git a/app/views/admin/communication/website/posts/static.html.erb b/app/views/admin/communication/website/posts/static.html.erb index 19c9445b19803440f4ce4ee5a97e6602d962c884..6197565f20abf98eb871945e47cb0acea2a99bd5 100644 --- a/app/views/admin/communication/website/posts/static.html.erb +++ b/app/views/admin/communication/website/posts/static.html.erb @@ -6,7 +6,7 @@ slug: "<%= @post.slug %>" weight: 1 <% end %> <% if @post.author %> -persons: +authors: - "<%= @post.author.slug %>" <% end %> <% if @post.categories.any? %> diff --git a/app/views/admin/research/journal/articles/static.html.erb b/app/views/admin/research/journal/articles/static.html.erb index b125872ca03a3947d25daaca797e4ce433bcd5c2..b7c5447058553b7eb3831396c047382267f72833 100644 --- a/app/views/admin/research/journal/articles/static.html.erb +++ b/app/views/admin/research/journal/articles/static.html.erb @@ -5,7 +5,7 @@ volume: "<%= @article.volume.id %>" publication: "<%= @article.published_at %>" pdf: "<%= @article.pdf_path %>" keywords: "<%= @article.keywords %>" -authors: +researchers: <% @article.researchers.each do |researcher| %> - "<%= researcher.id %>" <% end %>