Skip to content

Commit

Permalink
Minor change to create review app for halima to work from
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMacPherson authored and starswan committed Dec 13, 2024
1 parent 9c7484e commit 8bc9936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/subscriptions/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

.govuk-grid-row
.govuk-grid-column-two-thirds
= render "form", form_options: { url: subscriptions_path }, i18n_prefix: "subscriptions.new", button_text: t("buttons.subscribe") do |f|
= render "shared/recaptcha", form: f
= render "form", form_options: { url: subscriptions_path }, i18n_prefix: "subscriptions.new", button_text: t("buttons.subscribe") do |ff|
= render "shared/recaptcha", form: ff

0 comments on commit 8bc9936

Please sign in to comment.