-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #987 from DFE-Digital/feature/new-trust-template
Feature/new trust template
- Loading branch information
Showing
6 changed files
with
32 additions
and
133 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
...Conversions.Tests/Pages/TaskList/TrustTemplate/SponsorTemplateGuidanceIntegrationTests.cs
This file was deleted.
Oops, something went wrong.
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
17 changes: 0 additions & 17 deletions
17
...ions/Dfe.PrepareConversions/Pages/TaskList/TrustTemplate/SponsoredTemplateGuidance.cshtml
This file was deleted.
Oops, something went wrong.
29 changes: 26 additions & 3 deletions
29
...versions/Dfe.PrepareConversions/Pages/TaskList/TrustTemplate/TrustTemplateGuidance.cshtml
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 |
---|---|---|
@@ -1,17 +1,40 @@ | ||
@page "/task-list/{id:int}/trust-guidance" | ||
@using Dfe.PrepareConversions.TagHelpers | ||
@using Microsoft.Extensions.Configuration | ||
@model Dfe.PrepareConversions.Pages.BaseAcademyConversionProjectPageModel | ||
@inject IConfiguration Configuration | ||
|
||
@{ | ||
ViewData["Title"] = "Prepare your trust template"; | ||
} | ||
@section BeforeMain | ||
{ | ||
{ | ||
<govuk-back-link link-item="@Links.TaskList.Index" /> | ||
} | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<span class="govuk-caption-l">@Model.Project.SchoolName</span> | ||
<h1 class="govuk-heading-l">Prepare your trust template</h1> | ||
@await Html.PartialAsync("_GenericTemplateGuidance") | ||
<h1 class="govuk-heading-l">Prepare the trust template</h1> | ||
<p class="govuk-hint">You must prepare a trust template for the advisory board meeting. It helps them learn about the trust the academy will join. That informs their decision about if the project can proceed.</p> | ||
<h1 class="govuk-heading-l govuk-!-margin-top-6"> | ||
How to prepare the trust template | ||
</h1> | ||
<ol class="govuk-list govuk-list--number"> | ||
<li>Check if a trust template already exists in the trust SharePoint folder</li> | ||
<li> | ||
<a href="@Configuration["ApplicationLinks:SharePointTemplateUrl"]" target="_blank" class="govuk-link">Download a new template (opens in new tab)</a> | ||
if one does not exist or it is more than 3 months since it was last updated | ||
</li> | ||
<li> | ||
Enter or update the information in the trust template | ||
</li> | ||
<li>Save the completed trust template in the trust's SharePoint folder</li> | ||
<li>Share the template with your team leader for approval</li> | ||
</ol> | ||
<p class="govuk-body">Once approved, it is ready to take to the advisory board meeting.</p> | ||
<a href="/task-list/@Model.Project.Id" class="govuk-button" data-module="govuk-button"> | ||
Return to task list | ||
</a> | ||
|
||
</div> | ||
</div> |
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
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