Browse Source

Merge pull request #33 from lexintegritastech/improve-main-ui

Fix table for `case_lists#search`
pull/34/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
e8c604f349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb

2
app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb

@ -58,8 +58,8 @@
<table class="table table-striped table-hover mb-0"> <table class="table table-striped table-hover mb-0">
<thead> <thead>
<th class="bg-light"> Reference No. </th> <th class="bg-light"> Reference No. </th>
<th class="bg-light"> Date </th>
<th class="bg-light"> Title </th> <th class="bg-light"> Title </th>
<th class="bg-light"> Date </th>
<th class="bg-light"> </th> <th class="bg-light"> </th>
</thead> </thead>

Loading…
Cancel
Save