Skip to content

Commit

Permalink
Merge pull request #1295 from alphagov/add-classes-to-links
Browse files Browse the repository at this point in the history
Add classes to links
  • Loading branch information
Dave House authored Apr 25, 2019
2 parents a68eef8 + a2f93ed commit 830bead
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
Get notifications
</h2>
<p class="govuk-body">When any guidance within this topic is updated
<a class="related-item__email-link" href="/service-manual/technology/email-signup">email</a></p>
<a class="govuk-link related-item__email-link" href="/service-manual/technology/email-signup">email</a></p>
</aside>

</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/full-page-examples/upload-your-photo/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{
id: "terms-and-conditions",
value: "true",
html: 'I accept the <a href="#">terms and conditions</a>',
html: 'I accept the <a class="govuk-link" href="#">terms and conditions</a>',
checked: values["terms-and-conditions"]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
{{ govukTextarea({
name: "details-cannot-provide-nationality",
id: "details-cannot-provide-nationality",
classes: "govuk-!-margin-bottom-0",
label: {
text: "Can you provide more detail on why you cannot confirm your nationality?"
},
Expand Down

0 comments on commit 830bead

Please sign in to comment.