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 %>