diff --git a/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb b/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb index 1831b78..26ea660 100644 --- a/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb +++ b/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb @@ -148,10 +148,6 @@ <% doctrine.annotations.order(rank: :asc).each do |annotation| %>
<%= "#{annotation.annomarks.map { |annomark| "(#{annomark.code})" }.join(" ")}" %> <% document_title = annotation.document.short_title || annotation.document.title %> diff --git a/app/views/document/doctrines/show.html.erb b/app/views/document/doctrines/show.html.erb index 5bc64fa..366549b 100644 --- a/app/views/document/doctrines/show.html.erb +++ b/app/views/document/doctrines/show.html.erb @@ -18,6 +18,18 @@