Browse Source

Correct capitalisation of status column header

pull/646/head
Paul Robert Lloyd 3 years ago
parent
commit
c601aee834
  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: { <% row.cell(header: true, text: "Log created", html_attributes: {
scope: "col", scope: "col",
}) %> }) %>
<% row.cell(header: true, text: "Log Status", html_attributes: { <% row.cell(header: true, text: "Log status", html_attributes: {
scope: "col", scope: "col",
}) %> }) %>
<% if current_user.support? %> <% if current_user.support? %>

Loading…
Cancel
Save