Skip to content

Commit

Permalink
Merge pull request #988 from SkillsFundingAgency/CON-3849-Add-link-to…
Browse files Browse the repository at this point in the history
…-settings

CON-3849 Add link to settings
  • Loading branch information
Najamuddin-Muhammad authored Sep 14, 2021
2 parents 1e4ea8d + 41f273a commit 6dd11cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Employer/Employer.Web/Employer.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="2.0.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.0" />
<PackageReference Include="NWebsec.AspNetCore.Mvc.TagHelpers" Version="2.0.0" />
<PackageReference Include="SFA.DAS.MA.Shared.UI" Version="1.1.56" />
<PackageReference Include="SFA.DAS.MA.Shared.UI" Version="1.1.75" />
<PackageReference Include="SFA.DAS.NLog.Targets.Redis" Version="1.2.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.8.2" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Employer/Employer.Web/Extensions/HtmlHelperExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public static IFooterViewModel GetFooterViewModel(this IHtmlHelper html)

return new FooterViewModel(new FooterConfiguration
{
ManageApprenticeshipsBaseUrl = externalLinks?.ManageApprenticeshipSiteUrl
ManageApprenticeshipsBaseUrl = externalLinks?.ManageApprenticeshipSiteUrl,
AuthenticationAuthorityUrl = externalLinks?.EmployerIdamsSiteUrl
},
new UserContext
{
Expand Down

0 comments on commit 6dd11cc

Please sign in to comment.