|
|
|
|
@ -27,13 +27,16 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<% else %> |
|
|
|
|
<div class="d-flex justify-content-center flex-column no-search-body"> |
|
|
|
|
<div class="text-center "> |
|
|
|
|
<%= image_pack_tag 'application/search-icon.png', class: "search-doc-icon"%> |
|
|
|
|
</div> |
|
|
|
|
<div class="text-center label-no-search" > |
|
|
|
|
No Documents Found |
|
|
|
|
</div> |
|
|
|
|
<div class="d-flex justify-content-center flex-column"> |
|
|
|
|
<table class="table table-hover mb-0"> |
|
|
|
|
<thead> |
|
|
|
|
<th class="bg-light"> Reference No. </th> |
|
|
|
|
<th class="bg-light"> Title </th> |
|
|
|
|
<th class="bg-light"> Date </th> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<% end %> |
|
|
|
|
</div> |
|
|
|
|
|