File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161
6262 <div class =" nhsuk-summary-list__row" >
6363 <dt class =" nhsuk-summary-list__key" >
64- @Model.FrameworkVocabularyPlural to update
64+ @Model.FrameworkVocabularyPlural to update (or skip if unchanged)
6565 </dt >
6666 <dd class =" nhsuk-summary-list__value" >
6767 @Model.ToUpdateOrSkipCount
106106 <p >Once @Model.FrameworkVocabularySingular.ToLower() records are processed, changes cannot be undone.</p >
107107 </div >
108108 <form method =" post" >
109- <a asp-controller =" Frameworks" asp-all-route-data =" @cancelLinkData" asp-action =@(Model.CustomAssessmentQuestionID ! = null | Model.DefaultAssessmentQuestionIDs.Count > 0 ? "AddQuestionsToWhichCompetencies" : "AddAssessmentQuestions") role="button" class="nhsuk-button nhsuk-button--secondary">Back</a >
109+ <a asp-controller =" Frameworks" asp-all-route-data =" @cancelLinkData" asp-action =@(( Model.CustomAssessmentQuestionID ! = null | Model.DefaultAssessmentQuestionIDs.Count > 0) && Model.ToUpdateOrSkipCount > 0 ? "AddQuestionsToWhichCompetencies" : "AddAssessmentQuestions") role="button" class="nhsuk-button nhsuk-button--secondary">Back</a >
110110 <button type =" submit" class =" nhsuk-button" >Process @Model.FrameworkVocabularyPlural.ToLower() </button >
111111 </form >
112112 <vc:cancel-link asp-controller =" Frameworks" asp-action =" CancelImport" asp-all-route-data =" @cancelLinkData" link-text =" Cancel" />
You can’t perform that action at this time.
0 commit comments