Skip to content

Commit

Permalink
Merge pull request #97 from co-cddo/reinstate-agreement-notes-field
Browse files Browse the repository at this point in the history
Reinstate notes field to agreements#show
  • Loading branch information
RobNicholsGDS authored Oct 30, 2024
2 parents df8b797 + 2bdc4f2 commit 389eefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/agreements/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<h1 class="govuk-heading-l"><%= @agreement.name %></h1>

<% fields_to_show = [
'purpose', 'benefits', 'information_sharing_benefits', 'disclosed_information', 'method', 'information_sharing_method', 'contact', 'start_date', 'end_date', 'review_date',
'retention_period', 'isa_status', 'id'
'purpose', 'benefits', 'information_sharing_benefits', 'disclosed_information', 'method', 'information_sharing_method', 'contact',
'start_date', 'end_date', 'review_date', 'retention_period', 'isa_status', 'id', 'notes'
] %>

<dl class="govuk-summary-list">
Expand Down

0 comments on commit 389eefd

Please sign in to comment.