You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
289 B

<div class="card container-sm mt-1 p-0">
<h5 class="card-header"> <%= @subject_index.lineage_name %> </h5>
<div class="card-body">
<%= render(DocumentDoctrineIndexComponent.with_collection(@doctrines, current_user: current_user, opts: { is_subjects_index: true })) %>
</div>
</div>