-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content change to CSV reference docs (#4929)
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,14 @@ | |
) %> | ||
|
||
<p class="govuk-body"> | ||
Training providers can register their trainees in bulk by creating trainee records and adding the required data. | ||
<%= render(NotificationBanner::View.new( | ||
text: "This draft guidance is for review and testing purposes only. Send your feedback or questions to <a href=\"mailto:[email protected]\" class=\"govuk-notification-banner__link\">[email protected]</a>.".html_safe, | ||
type: :important, | ||
)) %> | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Important</h2> | ||
<p class="govuk-body"> | ||
This draft guidance is for review and testing purposes only. Send your feedback or questions to <a href="mailto:[email protected]" class="govuk-link">[email protected]</a>. | ||
Training providers can register their trainees in bulk by creating trainee records and adding the required data. | ||
</p> | ||
|
||
<p class="govuk-body"> | ||
|