summaryrefslogtreecommitdiff
path: root/app/views/projects/registry/settings/_index.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/registry/settings/_index.haml')
-rw-r--r--app/views/projects/registry/settings/_index.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/registry/settings/_index.haml b/app/views/projects/registry/settings/_index.haml
index d023a083445..0e0341a9923 100644
--- a/app/views/projects/registry/settings/_index.haml
+++ b/app/views/projects/registry/settings/_index.haml
@@ -1 +1,4 @@
-#js-registry-settings{ data: { project_id: @project.id, } }
+#js-registry-settings{ data: { project_id: @project.id,
+ cadence_options: cadence_options.to_json,
+ keep_n_options: keep_n_options.to_json,
+ older_than_options: older_than_options.to_json} }