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.
4 lines
350 B
4 lines
350 B
<div class="card container-sm mt-1 p-0"> |
|
<div class="container m-2"> <%= render PaginationComponent.new(data: @doctrines) %> </div> |
|
<%= render(DocumentDoctrineIndexComponent.with_collection(@doctrines, current_user: current_user, opts: { is_disable_clickable_link: true, is_doctrines_index: true, subject_ids: params[:subject_ids] })) %> |
|
</div>
|
|
|