From 215f67b0964b2bb1a43b8419bc54eacdaa5d2824 Mon Sep 17 00:00:00 2001 From: fordmadox Date: Wed, 23 Mar 2016 09:14:04 -0400 Subject: [PATCH] Update _template.html.erb Added in the "pre-populate records" option into the template, to be compatible with version 1.4.x (is there any way to do this in plugins without hardcoding the option, with some sort of include option from the master template file, perhaps?) --- frontend/views/defaults/_template.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ''