diff --git a/frontend/views/defaults/_template.html.erb b/frontend/views/defaults/_template.html.erb index 318e0da..d083876 100644 --- a/frontend/views/defaults/_template.html.erb +++ b/frontend/views/defaults/_template.html.erb @@ -4,7 +4,8 @@

<%= I18n.t "defaults.general_section" %>

<%= form.label_and_boolean "show_suppressed", {}, form.default_for("show_suppressed") %> <%= form.label_and_boolean "publish", {}, form.default_for("publish") %> - + <%= form.label_and_boolean "default_values", {}, form.default_for("default_values") %> +

<%= I18n.t "defaults.accession_browse_section" %>

<%= out = ''