Skip to content

Commit

Permalink
Removing duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorTill committed Aug 26, 2021
1 parent cd9b1c4 commit e57bef3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -121,14 +121,6 @@ else
}
}

@if (Model.Data.ApprenticeshipEmployerType == ApprenticeshipEmployerType.Levy
&& Html.IsAuthorized("EmployerFeature.TransfersMatching"))
{
<div class="card">
<h3 class="heading-medium"><a href="@Url.EmployerFinanceAction("transfers")">Your transfers</a></h3>
<p>View your 25% transfers balance and manage your transfers, including finding a business to transfer your levy to.</p>
</div>
}

</div>
</section>

0 comments on commit e57bef3

Please sign in to comment.