From cfd0cc2c70b66ebc5092c9b44e0f65383990cb83 Mon Sep 17 00:00:00 2001 From: Tom Iles Date: Thu, 13 Mar 2025 11:11:21 +0000 Subject: [PATCH] Fix markdown in exit page seed The markdown for the exit page in the database seed didn't have the right spacing for a list. --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index f1059bb2..03b249e9 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -210,6 +210,7 @@ exit_page_heading: "You are not eligible to submit this form", exit_page_markdown: <<~MARKDOWN, To complete this form you must: + - Be over 16 - Confirmed that you are eligible to submit this form MARKDOWN