Browse Source

Correct capitalisation of status column header (#646)

pull/651/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
1a17da3025
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

@ -27,7 +27,7 @@
<% row.cell(header: true, text: "Log created", html_attributes: {
scope: "col",
}) %>
<% row.cell(header: true, text: "Log Status", html_attributes: {
<% row.cell(header: true, text: "Log status", html_attributes: {
scope: "col",
}) %>
<% if current_user.support? %>

Loading…
Cancel
Save