Skip to content

Commit

Permalink
Remove p tags in line with design system implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesJarvis committed Apr 24, 2024
1 parent 5890114 commit b975aa7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/views/schools/confirm_attendance/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@
<%= pagination_bar @bookings %>

<div class="govuk-button-group">
<p>

<%= f.govuk_submit 'Save and return to dashboard' %>
</p>
<p>

<%= link_to 'View earlier attendance records', schools_attendances_path %>
</p>

</div>

<% end %>
Expand All @@ -73,12 +72,11 @@
</p>

<div class="govuk-button-group">
<p>

<%= govuk_link_to "Return to dashboard", schools_dashboard_path, secondary: true %>
</p>
<p>

<%= link_to 'View earlier attendance records', schools_attendances_path %>
</p>

</div>
<% end %>

Expand Down

0 comments on commit b975aa7

Please sign in to comment.