Skip to content

Commit

Permalink
Added correct css class to links on account homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmking committed Jan 20, 2021
1 parent 9ad3d80 commit af2b062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SFA.DAS.EmployerAccounts.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
<td data-label="What you can do">
@RoleStrings.GetRoleDescription(account.RoleName)
</td>
<td class="link-right">
<td>
<a aria-label="View account homepage for @account.Name"
title="View account homepage for @account.Name"
class="govuk-link govuk-link--no-visited-state"
href="@Url.Action(ControllerConstants.IndexActionName, ControllerConstants.EmployerTeamControllerName, new {HashedAccountId = account.HashedId})">
Open<span class="vh"> @account.Name account homepage</span>
</a>
Expand Down

0 comments on commit af2b062

Please sign in to comment.