You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
536 B
14 lines
536 B
2 years ago
|
<% content_for :before_content do %>
|
||
|
<% title = "Tell us if your organisation is merging" %>
|
||
|
<% content_for :title, title %>
|
||
|
<%= govuk_back_link href: absorbing_organisation_merge_request_path(id: @merge_request) %>
|
||
|
<% end %>
|
||
|
|
||
|
<h2 class="govuk-heading-l">What is <%= @merge_request.absorbing_organisation.name %>'s telephone number?</h2>
|
||
|
|
||
|
<div class="govuk-grid-row">
|
||
|
<div class="govuk-grid-column-two-thirds-from-desktop">
|
||
|
<p class="govuk-body">Confirm the telephone number on file, or enter a new one.</p>
|
||
|
</div>
|
||
|
</div>
|