|
|
|
|
@ -1,10 +1,4 @@
|
|
|
|
|
<div class="row-flex m-3 mt-0 doctrine-content-body clickable-link" href="<%= jurisprudence.present? ? document_doctrine_path(jurisprudence.id, id, is_index_table: false, subject_ids: opts[:subject_ids].reject(&:blank?)) : doctrine_path(id, is_index_table: false)%>"> |
|
|
|
|
<% if opts[:subject_ids].reject(&:blank?).present? %> |
|
|
|
|
<h5 style="color: darkred;"> <%= subjects.where(id: opts[:subject_ids].map(&:to_i)).map(&:lineage_name).join("") %> </h5> |
|
|
|
|
<% else %> |
|
|
|
|
<h5> (No Subjects Provided) </h5> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<div class="row-flex m-3 mt-0 doctrine-content-body clickable-link" href="<%= show_url %>"> |
|
|
|
|
<div class="container-sm <%= opts[:is_subjects_index].present? ? 'm-0 ps-0' : '' %>"> |
|
|
|
|
<p class="mb-0"> <%= raw content.html_safe %> </p> |
|
|
|
|
|
|
|
|
|
@ -27,7 +21,7 @@
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<% if annotation.editor_notes.present? %> |
|
|
|
|
<div class="row ms-5"> |
|
|
|
|
<div class="row ms-5 mb-2"> |
|
|
|
|
<div class="col-sm-2 p-0" style="width: 105px;"> |
|
|
|
|
<span> Editors Note: </span> |
|
|
|
|
</div> |
|
|
|
|
|