Browse Source

Merge pull request #70 from lexintegritastech/feature-enhance-ui

Change ui for no document search
pull/71/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
d9eba8ebf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      app/views/documents/index.html.erb

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

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

Loading…
Cancel
Save