|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<div class="col col-md-12"> |
|
|
|
<div class="col col-md-12"> |
|
|
|
<header class="header bg-white b-b clearfix"> |
|
|
|
<header class="header bg-white b-b clearfix"> |
|
|
|
<div class="row m-t-sm"> |
|
|
|
<div class="row m-t-sm align-items-end pagination-body"> |
|
|
|
<div class="col-md-6"> |
|
|
|
<div class="col-md-6"> |
|
|
|
<% if opts[:is_subject_breadcrums].present? && subjects.present? %> |
|
|
|
<% if opts[:is_subject_breadcrums].present? && subjects.present? %> |
|
|
|
<ol class="breadcrumb"> |
|
|
|
<ol class="breadcrumb"> |
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<li class="breadcrumb-item d-inline-flex"> |
|
|
|
<li class="breadcrumb-item d-inline-flex"> |
|
|
|
<h4> <%= link_to ancestor.name, subject_index_path(ancestor), class: "text-decoration-none" %> </h4> |
|
|
|
<h4> <%= link_to ancestor.name, subject_index_path(ancestor), class: "text-decoration-none" %> </h4> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<li class="breadcrumb-item d-inline-flex active"> |
|
|
|
<li class="breadcrumb-item d-inline-flex active"> |
|
|
|
<h4> <%= subject.name %> </h4> |
|
|
|
<h4> <%= subject.name %> </h4> |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
</ol> |
|
|
|
</ol> |
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<h4 style="color: darkred">Search Results</h4> |
|
|
|
<h4 style="color: darkred" class="m-0">Search Results</h4> |
|
|
|
<small style="color: darkred"> |
|
|
|
<small style="color: darkred"> |
|
|
|
<%= page_entries_info data, entry_name: 'records' if data.present? %> |
|
|
|
<%= page_entries_info data, entry_name: 'records' if data.present? %> |
|
|
|
</small> |
|
|
|
</small> |
|
|
|
|