Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/data/session-data-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
messages: [
{
id: "3fa85f64-5717-4562-b3fc-2c963f66afa6",
sentTime: "2025-10-21",
sentTime: "2025-10-21T15:31Z",
sender: "Portland Street Great Westood Surgery",
content: "Reminder of your telephone appointment with your GP on Friday 23 October at 1:30pm.",
read: false,
Expand Down
2 changes: 1 addition & 1 deletion app/views/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% block content %}
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">{{ pageName }}</h1>
<p class="nhsuk-u-secondary-text-colour nhsuk-u-margin-bottom-5">Sent {{ message.sentTime | formatDate }} at 7:12pm</p>
<p class="nhsuk-u-secondary-text-colour nhsuk-u-margin-bottom-5">Sent {{ message.sentTime | formatDate }} at {{ message.sentTime | formatTime }}</p>

<p>{{ message.content }}</p>

Expand Down