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="container-sm row-flex col-sm-12 p-0 doct-body-index" id="documentDoctrinesIndex"> |
|
<%= render(partial: "/shared/doctrines_pagination", locals: { doctrines: doctrines, opts: opts }) %> |
|
<%= render(DocumentDoctrineIndexComponent.with_collection(doctrines, current_user: current_user, opts: { document_id: opts[:document_id] })) %> |
|
</div>
|
|
|