Skip to content

Commit

Permalink
am patch - fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsteers committed Nov 17, 2023
1 parent b6e1319 commit 53220ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 1 addition & 3 deletions source/govuk-payment-pages.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ title: GOV.UK payment pages
<h2 class="govuk-heading-m">How to take payments</h2>
<p class="govuk-body">To get set up to take payments you need to create a payment link on GOV.UK. It takes 5 minutes to do.</p>
<p class="govuk-body">When users access your page they’ll be able to make an online card payment to you.</p>
<%=
image_tag 'self-service-payments-flow.svg', alt: 'Example of the payment amount and confirmation pages of the payment link user journey.', class: 'content-section__image'
%>
<%= image_tag 'self-service-payments-flow.svg', alt: 'Example of the payment amount and confirmation pages of the payment link user journey.', class: 'content-section__image' %>

<p class="govuk-body">Your users will receive a payment reference and a confirmation email.</p>
<p class="govuk-body">Use the payment reference to make it easy to identify the payment. You can use numbers or words in your payment reference.</p>
Expand Down
5 changes: 2 additions & 3 deletions source/layouts/layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@
</svg>
<span class="govuk-footer__licence-description">
All content is available under the
<%=
link_to 'Open Government Licence v3.0', 'https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/', class: 'govuk-footer__link', rel: 'license'
%>, except where otherwise stated
<%= link_to 'Open Government Licence v3.0', 'https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/', class: 'govuk-footer__link', rel: 'license' %>,
except where otherwise stated
</span>
</div>
<div class="govuk-footer__meta-item">
Expand Down
8 changes: 3 additions & 5 deletions source/recurring-payments.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ title: Recurring payments
</p>

<p class="govuk-body">
Using GOV.UK&nbsp;Pay, you can take recurring payments from a user. The user consents to making recurring payments, enters into an ‘agreement’ with
your service, and provides their payment details. The agreement allows you to take further payments without the user interacting with your service again.
Using GOV.UK&nbsp;Pay, you can take recurring payments from a user. The user consents to making recurring payments, enters into an ‘agreement’ with your service, and
provides their payment details. The agreement allows you to take further payments without the user interacting with your service again.
</p>

<p class="govuk-body">
Your service has
<%=
link_to 'more responsibilities', 'https://docs.payments.service.gov.uk/recurring_payments/#1-understand-what-your-service-is-responsible-for', class: 'govuk-link'
%>
<%= link_to 'more responsibilities', 'https://docs.payments.service.gov.uk/recurring_payments/#1-understand-what-your-service-is-responsible-for', class: 'govuk-link' %>
when taking recurring payments. You’re responsible for:
</p>
<ul class="govuk-list govuk-list--bullet">
Expand Down

0 comments on commit 53220ad

Please sign in to comment.