Subjects

<% Cdao::Subject.roots.order(name: :asc).each do |root| %>
<% if root.children.present? %> <% else %> <%= link_to root.name, search_documents_path(subject_ids: root.id, is_index_table: true), class: "accordion-link text-decoration-none text-dark d-block sub1 clickable-link", data: { controller: "application", href: search_documents_path(subject_ids: root.id, is_index_table: true), action: "click->application#openLink" } %> <% end %>
" data-bs-parent="#subjectsOffCanvasMainAccordion">
">
Loading...
<% end %>