diff --git a/app/views/admin/research/journals/papers/static.html.erb b/app/views/admin/research/journals/papers/static.html.erb index a246a014428f6513e7188b489df681bed100f413..99d942531424b6d10082afb7c3831e106aee9169 100644 --- a/app/views/admin/research/journals/papers/static.html.erb +++ b/app/views/admin/research/journals/papers/static.html.erb @@ -2,11 +2,11 @@ title: >- <%= prepare_text_for_static @about.title %> slug: "<%= @about.slug %>" -<% if @about.paper_kind %> +<% if @about.kind %> kind: >- - <%= prepare_text_for_static @about.paper_kind %> -paper_kinds: - - "<%= @about.paper_kind.slug %>" + <%= prepare_text_for_static @about.kind %> +kinds: + - "<%= @about.kind.slug %>" <% end %> <% if @about.volume && @about.volume.path %> volumes: