Browse Source

Merge pull request #584 from communitiesuk/log-table-header-status

Update logs table column heading to say ‘Status’, not ‘Completed’
pull/585/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
122c4faef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/case_logs/_log_list.html.erb

2
app/views/case_logs/_log_list.html.erb

@ -13,7 +13,7 @@
<th class="govuk-table__header" scope="col">Property</th>
<th class="govuk-table__header" scope="col">Tenancy starts</th>
<th class="govuk-table__header" scope="col">Log created</th>
<th class="govuk-table__header" scope="col">Completed</th>
<th class="govuk-table__header" scope="col">Status</th>
<% if current_user.support? %>
<th class="govuk-table__header" scope="col">Owning organisation</th>
<th class="govuk-table__header" scope="col">Managing organisation</th>

Loading…
Cancel
Save