File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
app/uk/gov/hmrc/cardpaymentfrontend/views Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
@layout(pageTitle = Some(heading)) {
38
38
39
- < h1 class ="govuk-heading-xl "> @{
40
- messages("payment-failed.heading")
41
- }</ h1 >
42
-
43
39
@if(hasOpenBanking) {
44
40
45
41
@if(form.hasErrors) {
@@ -48,6 +44,10 @@ <h1 class="govuk-heading-xl">@{
48
44
)
49
45
}
50
46
47
+ < h1 class ="govuk-heading-xl "> @{
48
+ messages("payment-failed.heading")
49
+ }</ h1 >
50
+
51
51
< p class ="govuk-body govuk-!-padding-bottom-6 " id ="sub-heading "> @{
52
52
messages("payment-failed.sub-heading")
53
53
}</ p >
@@ -82,6 +82,10 @@ <h1 class="govuk-heading-xl">@{
82
82
}
83
83
} else {
84
84
85
+ < h1 class ="govuk-heading-xl "> @{
86
+ messages("payment-failed.heading")
87
+ }</ h1 >
88
+
85
89
< p class ="govuk-body " id ="sub-heading "> @{messages("payment-failed.sub-heading")}</ p >
86
90
87
91
< p class ="govuk-body " id ="line1 "> @{messages("payment-failed.failed1")}</ p >
@@ -92,7 +96,6 @@ <h1 class="govuk-heading-xl">@{
92
96
</ ul >
93
97
< p class ="govuk-body " id ="check-again "> @{messages("payment-failed.failed-check-again")}</ p >
94
98
95
-
96
99
@formWithCsrf(
97
100
action = uk.gov.hmrc.cardpaymentfrontend.controllers.routes.PaymentFailedController.submit
98
101
) {
You can’t perform that action at this time.
0 commit comments