diff --git a/Gemfile.lock b/Gemfile.lock index 668ddfc11..1b9c59602 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM govuk_personalisation (1.1.0) plek (>= 1.9.0) rails (>= 6, < 9) - govuk_publishing_components (47.0.0) + govuk_publishing_components (50.0.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -250,7 +250,8 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.8.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) @@ -542,6 +543,9 @@ GEM ast (~> 2.4.1) racc plek (5.2.0) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) prometheus_exporter (2.2.0) webrick pry (0.14.2) diff --git a/app/views/sections/_form.html.erb b/app/views/sections/_form.html.erb index 047015300..e08358f8b 100644 --- a/app/views/sections/_form.html.erb +++ b/app/views/sections/_form.html.erb @@ -87,7 +87,7 @@ text: "Change note", }, name: "section[change_note]", - id: "section_change_note", + textarea_id: "section_change_note", value: section.change_note, rows: 5, }) @@ -110,7 +110,7 @@ }, hint: "Adding a new section is always a major update. This will be publicly viewable on GOV.UK.", name: "section[change_note]", - id: "section_change_note", + textarea_id: "section_change_note", value: section.change_note, rows: 5, } %> diff --git a/app/views/sections/withdraw.html.erb b/app/views/sections/withdraw.html.erb index b4a7ebba1..7b21813c0 100644 --- a/app/views/sections/withdraw.html.erb +++ b/app/views/sections/withdraw.html.erb @@ -52,7 +52,7 @@ text: "Change note", }, name: "section[change_note]", - id: "section_change_note", + textarea_id: "section_change_note", value: section.change_note, rows: 5, }) diff --git a/app/views/shared/_govspeak-editor.html.erb b/app/views/shared/_govspeak-editor.html.erb index 4983db17e..16b41485f 100644 --- a/app/views/shared/_govspeak-editor.html.erb +++ b/app/views/shared/_govspeak-editor.html.erb @@ -65,7 +65,7 @@