Skip to content

Commit

Permalink
Merge pull request #92 from hmrc/ATED-3681
Browse files Browse the repository at this point in the history
ATED-3681: role button added to manually enter address
  • Loading branch information
Dan Pudwell authored Sep 26, 2017
2 parents 0f4208b + 52bd25b commit 20d34a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/views/propertyDetails/addressLookupResults.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<a href="@controllers.propertyDetails.routes.AddressLookupController.manualAddressRedirect(id, periodKey, mode)"
id="enter-address-link"
data-journey-click="ated-fronted:click:manual-entry"
role="button"
class="button"
onkeyup='spaceBarHandler(event,"@controllers.propertyDetails.routes.AddressLookupController.manualAddressRedirect(id, periodKey, mode)")'
aria-label='@Messages("ated.address-lookup.address-manual-entry-link.title")'>@Messages("ated.address-lookup.address-manual-entry-link.title")</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ <h2 id="receipt-message-title" class="heading-medium">@Messages("ated.chargeable
</p>
</div>

<a href="@controllers.routes.AccountSummaryController.view()" id="submit" class="button">@Messages("ated.chargeable-return-confirmation.back-to-ated-link.text")</a>
<a href="@controllers.routes.AccountSummaryController.view()" id="submit" role="button" class="button">@Messages("ated.chargeable-return-confirmation.back-to-ated-link.text")</a>

}
2 changes: 1 addition & 1 deletion app/views/reliefs/reliefsSent.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="receipt-message" class="heading-medium">@Messages("ated.reliefs-sent.cha
</div>

<div class="form-field">
<a href="@controllers.routes.AccountSummaryController.view()" id="account-link" class="button">@Messages("ated.reliefs-sent.client-link")</a>
<a href="@controllers.routes.AccountSummaryController.view()" id="account-link" role="button" class="button">@Messages("ated.reliefs-sent.client-link")</a>
</div>


Expand Down

0 comments on commit 20d34a7

Please sign in to comment.