chore: Add a feature toggle for account seeding (#5369)
This commit is contained in:
parent
c09b10a710
commit
4a74ab59d2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<% if !Rails.env.production? %>
|
<% if !Rails.env.production? || ENV.fetch('ENABLE_ACCOUNT_SEEDING', nil) %>
|
||||||
<section class="main-content__body">
|
<section class="main-content__body">
|
||||||
<hr/>
|
<hr/>
|
||||||
<%= form_for([:seed, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %>
|
<%= form_for([:seed, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %>
|
||||||
|
|
Loading…
Reference in a new issue