|
|
|
@ -1,14 +1,14 @@ |
|
|
|
<div class="row-flex m-3 mt-0 doctrine-content-body clickable-link" href="<%= show_url %>"> |
|
|
|
<div class="row-flex m-3 mt-0 doctrine-content-body"> |
|
|
|
<div class="container-sm <%= opts[:is_subjects_index].present? ? 'm-0 ps-0' : '' %>"> |
|
|
|
<div class="container-sm <%= opts[:is_subjects_index].present? ? 'm-0 ps-0' : '' %>"> |
|
|
|
<p class="mb-0"> <%= raw content.html_safe %> </p> |
|
|
|
<p class="mb-0 clickable-link" href="<%= show_url %>"> <%= raw content.html_safe %> </p> |
|
|
|
|
|
|
|
|
|
|
|
<div class="container-fluid p-0"> |
|
|
|
<div class="container-fluid p-0"> |
|
|
|
<% document_title = jurisprudence.short_title || jurisprudence.title %> |
|
|
|
<% document_title = jurisprudence.short_title || jurisprudence.title %> |
|
|
|
<% date_or_year = jurisprudence.docdate.present? ? jurisprudence.docdate.to_date.strftime("%B %d, %Y") : jurisprudence.year %> |
|
|
|
<% date_or_year = jurisprudence.docdate.present? ? jurisprudence.docdate.to_date.strftime("%B %d, %Y") : jurisprudence.year %> |
|
|
|
<h5 style="color: darkred;"> <%= [document_title, jurisprudence.reference_number, date_or_year].join(", ") %> </h5> |
|
|
|
<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| %> |
|
|
|
<% annotations.each do |annotation| %> |
|
|
|
<p class="mb-0 ms-3"> |
|
|
|
<p class="mb-0 ms-3 clickable-link" href="<%= show_url %>"> |
|
|
|
<% annotated_documents_title = [] %> |
|
|
|
<% annotated_documents_title = [] %> |
|
|
|
<% annotation.documents.each do |annotated_document| %> |
|
|
|
<% annotation.documents.each do |annotated_document| %> |
|
|
|
<% ad_title = annotated_document.short_title || annotated_document.title %> |
|
|
|
<% ad_title = annotated_document.short_title || annotated_document.title %> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<% if annotation.editor_notes.present? %> |
|
|
|
<% if annotation.editor_notes.present? %> |
|
|
|
<div class="row ms-5 mb-2"> |
|
|
|
<div class="row ms-5 mb-2 clickable-link" href="<%= show_url %>"> |
|
|
|
<div class="col-sm-2 p-0" style="width: 105px;"> |
|
|
|
<div class="col-sm-2 p-0" style="width: 105px;"> |
|
|
|
<span> Editors Note: </span> |
|
|
|
<span> Editors Note: </span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|