Browse Source

Remove subjects column in documents#index

pull/6/head
Angel Aviel Domaoan 4 years ago committed by Angel Aviel Domaoan
parent
commit
c7dca23bca
  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