Skip to content

Commit

Permalink
Merge pull request #80 from co-cddo/add-description-of-items-to-index…
Browse files Browse the repository at this point in the history
…-pages

Add a description of items displayed to each index page
  • Loading branch information
RobNicholsGDS authored May 9, 2024
2 parents 1801d2f + 72b1a03 commit 8036c90
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/agreements/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
%>

<h1 class="govuk-heading-l">Agreements</h1>
<p class="govuk-body">
Information sharing agreements under chapters 1, 2, 3 and 4 of Part 5 of the Digital Economy Act 2017
</p>

<%= render 'filter' %>

Expand Down
3 changes: 3 additions & 0 deletions app/views/control_people/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<% content_for :page_title, ["Controllers", @first_letter].compact.join(' - ') %>

<h1 class="govuk-heading-l">Controllers</h1>
<p class="govuk-body">
Data controllers involved in information sharing agreements under the public service delivery, debt, fraud and civil registration provisions within the Digital Economy Act 2017
</p>

<%= render 'shared/az_nav' %>

Expand Down
3 changes: 3 additions & 0 deletions app/views/powers/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<% content_for :page_title, ["Powers", @first_letter].compact.join(' - ') %>

<h1 class="govuk-heading-l">Powers</h1>
<p class="govuk-body">
Information sharing powers and objectives available under chapters 1, 2, 3 and 4 of Part 5 of the Digital Economy Act 2017
</p>

<%= render 'shared/az_nav' %>

Expand Down
3 changes: 3 additions & 0 deletions app/views/processors/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<% content_for :page_title, ["Processors", @first_letter].compact.join(' - ') %>

<h1 class="govuk-heading-l">Processors</h1>
<p class="govuk-body">
Data processors involved in information sharing agreements under the public service delivery, debt, fraud and civil registration provisions within the Digital Economy Act 2017
</p>

<%= render 'shared/az_nav' %>

Expand Down

0 comments on commit 8036c90

Please sign in to comment.