Browse Source

Remove subjects column in documents#index

pull/9/head
Angel Aviel Domaoan 4 years ago committed by Angel Aviel Domaoan
parent
commit
842041c64b
  1. 1
      app/views/documents/index.html.erb

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

@ -22,7 +22,6 @@
<th class="bg-light"> Reference No. </th>
<th class="bg-light"> Title </th>
<th class="bg-light"> Date </th>
<th class="bg-light"> Subject </th>
</thead>
<tbody>
<%= render(DocumentIndexTableComponent.with_collection(@jurisprudences, current_user: current_user)) %>

Loading…
Cancel
Save