Skip to content

Commit

Permalink
Merge pull request #3158 from DFE-Digital/test-button-grouping-candidate
Browse files Browse the repository at this point in the history
Improve button grouping on candidate flow
  • Loading branch information
MylesJarvis authored Apr 26, 2024
2 parents 4a4e026 + e3c74ca commit b2041d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/candidates/schools/profile/_start_request.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% if presenter.school.enabled? && presenter.school.has_availability? && include_candidate_request_links %>
<div class="govuk-button-group">
<%= render "start_request", profile: presenter %>
<p>
<%= link_to "Back to search results", :back, data: { controller: "back-link" } %>
</p>
<%= link_to "Back to search results", :back, data: { controller: "back-link" } %>
</div>
<% end %>

0 comments on commit b2041d2

Please sign in to comment.