From a264a8522aebc910e88c361f6a877da1f1d47283 Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Sat, 18 Jan 2025 16:39:20 +0200 Subject: [PATCH] add compliances section --- app/views/accounts/_compliances.html.erb | 0 app/views/accounts/show.html.erb | 1 + 2 files changed, 1 insertion(+) create mode 100644 app/views/accounts/_compliances.html.erb diff --git a/app/views/accounts/_compliances.html.erb b/app/views/accounts/_compliances.html.erb new file mode 100644 index 00000000..e69de29b diff --git a/app/views/accounts/show.html.erb b/app/views/accounts/show.html.erb index b4b63db0..d0f63ce7 100644 --- a/app/views/accounts/show.html.erb +++ b/app/views/accounts/show.html.erb @@ -153,6 +153,7 @@ <% end %> <% end %> + <%= render 'compliances' %> <%= render 'integrations' %> <% if can?(:manage, current_account) && Docuseal.multitenant? && true_user == current_user %>