Skip to content

Commit c541d9d

Browse files
committed
Merge branch 'DLS-Release-v1.1.1' into UAT
2 parents 8f92d30 + a51a950 commit c541d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/SuperAdmin/Users/UserCentreAccounts.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{
5959
if (centreRow.CentreId == admin.CentreId)
6060
{
61-
<a asp-action="RedirectToAdmin" asp-route-AdminId="@admin.Id">Admin</a>
61+
<a asp-action="RedirectToAdmin" asp-route-AdminId="@admin.Id">Admin@(admin.Active ? "" : "(Inactive)")</a>
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)