|
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
<% ad_date_or_year = annotated_document.docdate.present? ? annotated_document.docdate.strftime("%B %d, %Y") : annotated_document.year %> |
|
|
|
|
<% annotated_documents_title << [" citing #{ad_title}", annotated_document.reference_number, ad_date_or_year].join(", ") %> |
|
|
|
|
<% end %> |
|
|
|
|
<% citing_document_title = [document_title, annotation.document.reference_number, date_or_year, annotation.phil_rep, annotated_documents_title].reject(&:blank?).join(', ').html_safe %> |
|
|
|
|
<% citing_document_title = [document_title, annotation.document.reference_number, date_or_year, clean_phil_rep(annotation), annotated_documents_title].reject(&:blank?).join(', ').html_safe %> |
|
|
|
|
|
|
|
|
|
<div class="row mb-2"> |
|
|
|
|
<div class="col-sm-10"> |
|
|
|
|
|