Skip to content

Commit 0ee3d02

Browse files
committed
Formatter changes
1 parent 13cefc0 commit 0ee3d02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/ImportCompetencies.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<h1 class="nhsuk-heading-xl">Bulk upload @(Model.IsNotBlank ? "or update" : "") competencies</h1>
3434
<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>
3535
<div class="nhsuk-form-group">
36-
@if(Model.IsNotBlank)
36+
@if (Model.IsNotBlank)
3737
{
38-
38+
3939
<p class="nhsuk-body-m">
4040
To bulk add and/or update competencies in your framework, download an Excel workbook using one of the options below.
4141
</p>
@@ -94,8 +94,8 @@
9494
</a>
9595
}
9696

97-
</div>
98-
97+
</div>
98+
9999
<h2>Upload file</h2>
100100
<p class="nhsuk-body-m">
101101
Once you have an Excel competencies workbook, add or update competencies to the worksheet, save and start the upload process.

DigitalLearningSolutions.Web/Views/Frameworks/Developer/ImportCompleted.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else
7575

7676
<vc:file-input asp-for="@nameof(Model.ImportFile)" label="File with corrected competencies information" hint-text="" css-class="nhsuk-u-width-one-half" />
7777
<input type="hidden" asp-for="IsNotBlank" />
78-
<input type="hidden" asp-for="TabName"/>
78+
<input type="hidden" asp-for="TabName" />
7979

8080
<button class="nhsuk-button" type="submit">Upload file</button>
8181
</form>

0 commit comments

Comments
 (0)