Skip to content

Commit a25e7b5

Browse files
committed
Moves single line inset text to view component
1 parent d1a8687 commit a25e7b5

File tree

1 file changed

+2
-7
lines changed
  • DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
<partial name="Shared/_PublishedWarning" />
3838
}
39-
@* <vc:inset-text css-class="" text="The building blocks for your framework will be referred to as 'competencies' for the purpose of importing. Once they have been imported, they will be referred to using your chosen vocabulary."></vc:inset-text> *@
39+
4040
<div class="nhsuk-form-group">
4141
@if (Model.IsNotBlank)
4242
{
@@ -102,12 +102,7 @@
102102
}
103103
else
104104
{
105-
<div class="nhsuk-inset-text">
106-
<span class="nhsuk-u-visually-hidden">Note: </span>
107-
<p>
108-
Bulk upload cannot be used to add more than one custom assessment question to uploaded competencies.
109-
</p>
110-
</div>
105+
<vc:inset-text css-class="" text="Bulk upload cannot be used to add more than one custom assessment question to uploaded competencies."></vc:inset-text>
111106
<p class="nhsuk-body-m">
112107
Download a blank template for bulk adding @Model.FrameworkVocabularyPlural.ToLower() to your framework, <strong>@Model.FrameworkName</strong>. This Excel file will be empty. New @Model.FrameworkVocabularyPlural.ToLower() can be added by including their details on a blank row.
113108
</p>

0 commit comments

Comments
 (0)