|
|
|
|
@ -5,8 +5,10 @@
|
|
|
|
|
<div class="container-fluid p-0"> |
|
|
|
|
<% document_title = jurisprudence.short_title || jurisprudence.title %> |
|
|
|
|
<% date_or_year = jurisprudence.docdate.present? ? jurisprudence.docdate.to_date.strftime("%B %d, %Y") : jurisprudence.year %> |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
<p class="fw-bold fst-normal"> <%= headnote %> </p> |
|
|
|
|
|
|
|
|
|
<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-2 ms-3 clickable-link" href="<%= show_url %>"> |
|
|
|
|
<% annotated_documents_title = [] %> |
|
|
|
|
|