Browse Source

Merge pull request #358 from communitiesuk/1009-log-summary-fix

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

@ -1,6 +1,6 @@
<figure class="app-figure"> <figure class="app-figure">
<figcaption id="<%= title.dasherize %>" class="app-figure__caption"> <figcaption id="<%= title.dasherize %>" class="app-figure__caption">
<b><%= case_logs.count %></b> <%= title.downcase %> <b><%= case_logs.size %></b> <%= title.downcase %>
</figcaption> </figcaption>
<div class="app-table-group" tabindex="0" aria-labelledby="<%= title.dasherize %>"> <div class="app-table-group" tabindex="0" aria-labelledby="<%= title.dasherize %>">
<table class="govuk-table"> <table class="govuk-table">

Loading…
Cancel
Save