Skip to content

Commit 9305903

Browse files
committed
Adds published framework warning to summary page
1 parent 3ec6b0c commit 9305903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import/ImportSummary.cshtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<div class="nhsuk-grid-row">
3232
<div class="nhsuk-grid-column-full">
3333
<h1 class="nhsuk-heading-xl">@Model.FrameworkVocabularyPlural import summary</h1>
34+
@if (Model.PublishStatusID == 3)
35+
{
36+
<partial name="Shared/_PublishedWarning" />
37+
}
3438
<p class="nhsuk-body-l nhsuk-u-reading-width">Your @Model.FrameworkVocabularySingular.ToLower() sheet is ready to be processed. Please check the details below are correct before proceeding to @process @Model.FrameworkVocabularyPlural.ToLower() in the framework @Model.FrameworkName.</p>
3539
<h2>Upload summary</h2>
3640
<dl class="nhsuk-summary-list">

0 commit comments

Comments
 (0)