Skip to content

Commit c21c129

Browse files
2 parents 955401a + a489b40 commit c21c129

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

app/views/includes/header-logged-in-organisation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
} if (currentUser and (["Lead administrator", "Administrator"] | arrayOrStringIncludes(currentUser.role))),
2525
{
2626
url: "/reports",
27-
label: "Reports",
27+
label: "Records",
2828
classes: ("app-header__navigation-item--current" if currentSection == "reports")
2929
} if (currentUser and (["Lead administrator", "Administrator"] | arrayOrStringIncludes(currentUser.role))),
3030
{

app/views/reports/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@
1010
<div class="nhsuk-grid-row">
1111
<div class="nhsuk-grid-column-full">
1212

13-
<h1 class="nhsuk-heading-xl">Reports</h1>
13+
<h1 class="nhsuk-heading-xl">Records</h1>
1414

15-
<p class="nhsuk-body-l">Create and download reports</p>
15+
<h2>Find and edit records</h2>
16+
17+
<p>Last 10 records listed with view links?</p>
18+
19+
<p>Or find by patient or date?</p>
20+
21+
<h2>Export records</h2>
22+
23+
<p class="nhsuk-body-l">Create and download extracts of records</p>
1624

1725
{{ button({
18-
"text": "Create report",
26+
"text": "Create extract",
1927
"href": "/reports/choose-dates"
2028
}) }}
2129

0 commit comments

Comments
 (0)