Browse Source

Chnage ui for no document search

pull/70/head
janpaulo 4 years ago
parent
commit
690c569793
No known key found for this signature in database
GPG Key ID: 50CA753050F1541C
  1. 17
      app/views/documents/index.html.erb

17
app/views/documents/index.html.erb

@ -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>

Loading…
Cancel
Save