|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<h5 class="clickable-link" style="color: darkred;" href="<%= document_path(jurisprudence, is_index_table: false, subject_ids: params[:subject_ids]) %>"> <%= [document_title, jurisprudence.reference_number, date_or_year].join(", ") %> </h5> |
|
|
|
|
|
|
|
|
|
<% annotations.each do |annotation| %> |
|
|
|
|
<p class="mb-0 ms-3 clickable-link" href="<%= show_url %>"> |
|
|
|
|
<p class="mb-2 ms-3 clickable-link" href="<%= show_url %>"> |
|
|
|
|
<% annotated_documents_title = [] %> |
|
|
|
|
<% annotation.documents.each do |annotated_document| %> |
|
|
|
|
<% ad_title = annotated_document.short_title || annotated_document.title %> |
|
|
|
|
|