Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsteers committed Feb 2, 2024
1 parent 703d80d commit 8b65077
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 10 additions & 7 deletions source/getstarted.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ title: Get started
and decide if it meets your service’s needs.
</p>
<p class="govuk-body">
If you'd like to find out more about GOV.UK&nbsp;Pay, we hold sessions every Tuesday from 10 am to 10:50 am to demonstrate the platform and answer questions. You can
<%= link_to 'register for our Eventbrite sessions here',
'https://www.eventbrite.co.uk/e/govuk-pay-demo-and-qa-session-tickets-815711504067?aff=oddtdtcreator',
'data-click-events' => '',
'data-click-category' => 'Content',
'data-click-action' => 'External link clicked',
:class => 'govuk-link' %>.
If you'd like to find out more about GOV.UK&nbsp;Pay, we hold sessions every Tuesday from 10 am to 10:50 am to demonstrate the platform and answer questions. You
can
<%=
link_to 'register for our Eventbrite sessions here',
'https://www.eventbrite.co.uk/e/govuk-pay-demo-and-qa-session-tickets-815711504067?aff=oddtdtcreator',
'data-click-events' => '',
'data-click-category' => 'Content',
'data-click-action' => 'External link clicked',
:class => 'govuk-link'
%>.
</p>
</div>
</li>
Expand Down
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

0 comments on commit 8b65077

Please sign in to comment.