Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Jun 17, 2024
1 parent b62da20 commit 3a2ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/manuals/_updates.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<% change_notes = updated_documents.last %>
<div class="govuk-!-margin-top-3">
<% change_notes.each do |change_note_entry| %>
<% change_note_items = change_note_entry.collect { |i| i["change_note"] } %>
<% change_note_items = change_note_entry.last.collect { |i| i["change_note"] } %>
<% change_note = change_note_entry.flatten.last %>
<% if change_note["title"].present? %>
<p class="govuk-body">
Expand Down

0 comments on commit 3a2ac5e

Please sign in to comment.