Skip to content

Commit 5f30101

Browse files
committed
TD-6277 Console errors manifest and favicon locations and rechecking through docs
1 parent 4c92b6a commit 5f30101

File tree

12 files changed

+55
-10
lines changed

12 files changed

+55
-10
lines changed

DigitalLearningSolutions.Web/DigitalLearningSolutions.Web.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
<None Include="wwwroot\images\nhsDigitalLogo.png" />
9494
<None Include="wwwroot\images\reasonableAdjustmentFlagLogo.png" />
9595
<None Include="wwwroot\README.txt" />
96+
<Folder Include="wwwroot\assets\" />
97+
<Folder Include="wwwroot\assets\images" />
9698
</ItemGroup>
9799

98100
<ItemGroup>

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/FilteredMgp/FilteredResults.cshtml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@
7070
asp-route-playListId="@playList.Id"
7171
asp-action="FilteredCompetencyPlaylist"
7272
asp-controller="RecommendedLearning">
73-
<svg class="nhsuk-icon nhsuk-icon__arrow-right-circle" focusable='false' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
74-
<path d="M0 0h24v24H0z" fill="none"></path>
75-
<path d="M12 2a10 10 0 0 0-9.95 9h11.64L9.74 7.05a1 1 0 0 1 1.41-1.41l5.66 5.65a1 1 0 0 1 0 1.42l-5.66 5.65a1 1 0 0 1-1.41 0 1 1 0 0 1 0-1.41L13.69 13H2.05A10 10 0 1 0 12 2z"></path>
73+
<svg class="nhsuk-icon nhsuk-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
74+
<path d="m14.7 6.3 5 5c.2.2.3.4.3.7 0 .3-.1.5-.3.7l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3H5a1 1 0 0 1 0-2h11.6l-3.3-3.3a1 1 0 1 1 1.4-1.4Z" />
7675
</svg>
7776
<span class="nhsuk-action-link__text">Explore</span>
7877
</a>
@@ -89,9 +88,8 @@
8988
<h3>Feedback</h3>
9089
<p>Once you have explored some of your learning recommendations, please take a moment to provide some feedback:</p>
9190
<a class="nhsuk-action-link" href="https://healtheducationyh.onlinesurveys.ac.uk/digital-self-assessment-diagnostic-tool-feedback-questionn-2" target="_blank">
92-
<svg class="nhsuk-icon nhsuk-icon__arrow-right-circle" focusable='false' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
93-
<path d="M0 0h24v24H0z" fill="none"></path>
94-
<path d="M12 2a10 10 0 0 0-9.95 9h11.64L9.74 7.05a1 1 0 0 1 1.41-1.41l5.66 5.65a1 1 0 0 1 0 1.42l-5.66 5.65a1 1 0 0 1-1.41 0 1 1 0 0 1 0-1.41L13.69 13H2.05A10 10 0 1 0 12 2z"></path>
91+
<svg class="nhsuk-icon nhsuk-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
92+
<path d="m14.7 6.3 5 5c.2.2.3.4.3.7 0 .3-.1.5-.3.7l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3H5a1 1 0 0 1 0-2h11.6l-3.3-3.3a1 1 0 1 1 1.4-1.4Z" />
9593
</svg>
9694
<span class="nhsuk-action-link__text">Review the Digital Skills Assessment Tool</span>
9795
</a>

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/VerificationPickSupervisor.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ else
7575
{
7676
<p>There are no supervisors identified who can confirm @Model.VocabPlural().ToLower() for this self assessment.</p>
7777
<a class="nhsuk-action-link" asp-action="ManageSupervisors" asp-route-selfAssessmentId="@Model.SelfAssessment.Id">
78-
<svg class="nhsuk-icon nhsuk-icon__arrow-right-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
79-
<path d="M0 0h24v24H0z" fill="none"></path>
80-
<path d="M12 2a10 10 0 0 0-9.95 9h11.64L9.74 7.05a1 1 0 0 1 1.41-1.41l5.66 5.65a1 1 0 0 1 0 1.42l-5.66 5.65a1 1 0 0 1-1.41 0 1 1 0 0 1 0-1.41L13.69 13H2.05A10 10 0 1 0 12 2z"></path>
78+
<svg class="nhsuk-icon nhsuk-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
79+
<path d="m14.7 6.3 5 5c.2.2.3.4.3.7 0 .3-.1.5-.3.7l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3H5a1 1 0 0 1 0-2h11.6l-3.3-3.3a1 1 0 1 1 1.4-1.4Z" />
8180
</svg>
8281
<span class="nhsuk-action-link__text">Manage supervisors</span>
8382
</a>

DigitalLearningSolutions.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<link rel="icon" href="@Url.Content("~/assets/images/favicon.ico")" sizes="48x48">
5050

5151
<!-- Icons -->
52-
<!--qqqq these are not being found-->
52+
<link rel="icon" href="/assets/images/favicon.ico" sizes="48x48">
5353
<link rel="icon" href="@Url.Content("~/assets/images/favicon.svg")" sizes="any" type="image/svg+xml">
5454
<link rel="mask-icon" href="@Url.Content("~/assets/images/nhsuk-icon-mask.svg")" color="#005eb8">
5555
<link rel="apple-touch-icon" href="@Url.Content("~/assets/images/nhsuk-icon-180.png")">
14.7 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Loading
1.05 KB
Loading
1.14 KB
Loading
3.23 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)