Skip to content

Commit

Permalink
Merge pull request #115 from hmrc/DAC6-3126-index
Browse files Browse the repository at this point in the history
DAC6-3126-index: class updates
  • Loading branch information
Vishakha1903 authored Oct 3, 2024
2 parents 2b60d84 + 030d5b1 commit 99ad33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/IndexView.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
showBackLink = false
) {
@heading(messages("index.heading"))
@{if(!details.hasFis) para(Html(messages("index.p1", addFILink)),classes = "govuk-!-margin-bottom-2")}
@{if(!details.hasFis) para(Html(messages("index.p1", addFILink)))}
@para(Html(messages("index.p2", details.fatcaId)))

@if(details.hasFis) {
Expand All @@ -49,5 +49,5 @@

@changeContactSection(details.isBusiness, details.businessName, details.changeContactDetailsUrl)

@para(Html(messages("index.p4", emailLink)),classes="govuk-body govuk-!-padding-top-4")
@para(Html(messages("index.p4", emailLink)),classes="govuk-body govuk-!-padding-top-5")
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
para: Paragraph,
formHelper: FormWithCSRF,
govukButton: GovukButton

)

@(fiName: String, financialInstitutionList: SummaryList, firstContactList: SummaryList, secondContactList: SummaryList)(implicit request: Request[_], messages: Messages)
Expand Down

0 comments on commit 99ad33b

Please sign in to comment.