Browse Source

Fix table for `case_lists#search`

pull/33/head
alexdbondoc17 4 years ago
parent
commit
b49adcadb7
  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