There was an error while loading. Please reload this page.
1 parent aafbb16 commit 8246bd6Copy full SHA for 8246bd6
1 file changed
app/uk/gov/hmrc/tai/util/IncomeTaxEstimateHelper.scala
@@ -16,12 +16,10 @@
16
17
package uk.gov.hmrc.tai.util
18
19
-import controllers.routes
20
import play.api.i18n.Messages
21
import uk.gov.hmrc.tai.model.domain._
22
import uk.gov.hmrc.tai.model.domain.income.TaxCodeIncome
23
import uk.gov.hmrc.tai.util.Money.pounds
24
-import views.html.includes.link
25
26
trait IncomeTaxEstimateHelper {
27
@@ -84,12 +82,7 @@ trait IncomeTaxEstimateHelper {
84
82
85
83
Messages(
86
s"detailed.your.total.income.from.$incomeType.desc",
87
- link(
88
- id = Some("taxFreeAmountLink"),
89
- linkClasses = Seq("display-for-print"),
90
- url = routes.TaxFreeAmountController.taxFreeAmount().url,
91
- copy = Messages("tai.estimatedIncome.taxFree.link")
92
- ),
+ Messages("tai.estimatedIncome.taxFree.link"),
93
pounds(taxAccountSummary.taxFreeAllowance)
94
)
95
0 commit comments