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 %>