Browse Source

Fullwidth subject index table and doctrine

pull/53/head
janpaulo 4 years ago
parent
commit
a87eae7b28
No known key found for this signature in database
GPG Key ID: 50CA753050F1541C
  1. 2
      app/views/doctrines/search.html.erb

2
app/views/doctrines/search.html.erb

@ -1,4 +1,4 @@
<div class="container-sm mt-1 p-0 doctrine-index-body">
<div class="container-fluid mt-1 p-0 doctrine-index-body">
<div class="container m-2 ps-0"> <%= render PaginationComponent.new(data: @doctrines, opts: { is_subject_breadcrums: true, subject_ids: params[:subject_ids] }) %> </div>
<hr class="mt-0"/>
<% if params[:is_index_table].to_s.eql?("true") %>

Loading…
Cancel
Save