From 8d7f202dc3e164335e17f08ca4b9b05ef169b813 Mon Sep 17 00:00:00 2001 From: Oluwatobi Awe Date: Fri, 30 Sep 2022 14:07:31 +0100 Subject: [PATCH] Typo Fix --- .../Supervisor/NominateSupervisor.cshtml | 110 +++++++++--------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml index c983d5bbca..ce50ea6517 100644 --- a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml +++ b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml @@ -1,55 +1,55 @@ -@using DigitalLearningSolutions.Web.ViewModels.Supervisor -@using Microsoft.Extensions.Configuration -@model SupervisorDelegateViewModel; -@inject IConfiguration Configuration; -@{ - var errorHasOccurred = !ViewData.ModelState.IsValid; - ViewData["Application"] = "Supervisor"; - ViewData["Title"] = (errorHasOccurred ? "Error: " : "") + "Confirm Nominated supervisor"; - ViewData["HeaderPath"] = $"{Configuration["AppRootPath"]}/Supervisor/MyStaff"; - ViewData["HeaderPathName"] = "My Staff"; -} - -@section NavMenuItems { - -} - -
-
- @if (errorHasOccurred) - { - - } -

@ViewData["Title"]

-
-
-
- Staff member: -
-
-
- @Model.FirstName @Model.LastName (@Model.DelegateEmail) -
-
-

By promoting this member of staff to the Nominated supervisor role, you are confirming there competence to assess the capability of others.

-

Once the Nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.

-
-
- -
- - @Html.HiddenFor(m => m.Id) - @Html.HiddenFor(m => m.FirstName) - @Html.HiddenFor(m => m.LastName) - @Html.HiddenFor(m => m.DelegateEmail) - @Html.HiddenFor(m => m.CandidateAssessmentCount) - @Html.HiddenFor(m => m.ReturnPageQuery) -
- - -
-
+@using DigitalLearningSolutions.Web.ViewModels.Supervisor +@using Microsoft.Extensions.Configuration +@model SupervisorDelegateViewModel; +@inject IConfiguration Configuration; +@{ + var errorHasOccurred = !ViewData.ModelState.IsValid; + ViewData["Application"] = "Supervisor"; + ViewData["Title"] = (errorHasOccurred ? "Error: " : "") + "Confirm Nominated supervisor"; + ViewData["HeaderPath"] = $"{Configuration["AppRootPath"]}/Supervisor/MyStaff"; + ViewData["HeaderPathName"] = "My Staff"; +} + +@section NavMenuItems { + +} + +
+
+ @if (errorHasOccurred) + { + + } +

@ViewData["Title"]

+
+
+
+ Staff member: +
+
+
+ @Model.FirstName @Model.LastName (@Model.DelegateEmail) +
+
+

By promoting this member of staff to the Nominated supervisor role, you are confirming their competence to assess the capability of others.

+

Once the Nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.

+
+
+ +
+ + @Html.HiddenFor(m => m.Id) + @Html.HiddenFor(m => m.FirstName) + @Html.HiddenFor(m => m.LastName) + @Html.HiddenFor(m => m.DelegateEmail) + @Html.HiddenFor(m => m.CandidateAssessmentCount) + @Html.HiddenFor(m => m.ReturnPageQuery) +
+ + +
+