Skip to content

Commit

Permalink
Merge pull request #179 from mdrxtech/edit-timing
Browse files Browse the repository at this point in the history
add document processing time warnign to updated document page
  • Loading branch information
stevenalanwilson authored Jun 19, 2023
2 parents fa36f1c + b96ebd8 commit 14983e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/views/pages/uploadedDocuments/documentUpdated.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<h1 class="govuk-panel__title">
Document Successfully Updated
</h1>
<div class="govuk-panel__body">
It can take up to 10 minutes for changes to be processed and be visible on the document details page.
</div>
</div>

<a href="/uploaded-documents/detail/<%= locals.documentId ?? '#' %>" role="button" draggable="false" class="govuk-button govuk-button--secondary" data-module="govuk-button">
Expand Down

0 comments on commit 14983e4

Please sign in to comment.