From b975aa7a3e7c482677f261094fadc42e39e9dc65 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Wed, 24 Apr 2024 15:04:47 +0100 Subject: [PATCH] Remove p tags in line with design system implementation --- app/views/schools/confirm_attendance/show.html.erb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/views/schools/confirm_attendance/show.html.erb b/app/views/schools/confirm_attendance/show.html.erb index b0e6bd12c..a3b60c251 100644 --- a/app/views/schools/confirm_attendance/show.html.erb +++ b/app/views/schools/confirm_attendance/show.html.erb @@ -55,12 +55,11 @@ <%= pagination_bar @bookings %>
-

+ <%= f.govuk_submit 'Save and return to dashboard' %> -

-

+ <%= link_to 'View earlier attendance records', schools_attendances_path %> -

+
<% end %> @@ -73,12 +72,11 @@

-

+ <%= govuk_link_to "Return to dashboard", schools_dashboard_path, secondary: true %> -

-

+ <%= link_to 'View earlier attendance records', schools_attendances_path %> -

+
<% end %>