From 54272d83eb1b4802133eb192339cb099a29692a3 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 8 Jun 2024 21:30:04 +0300 Subject: [PATCH] add integrations placeholder --- app/views/accounts/_integrations.html.erb | 0 app/views/accounts/show.html.erb | 1 + 2 files changed, 1 insertion(+) create mode 100644 app/views/accounts/_integrations.html.erb diff --git a/app/views/accounts/_integrations.html.erb b/app/views/accounts/_integrations.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 69b44499..692c3f95 100644 --- a/app/views/accounts/show.html.erb +++ b/app/views/accounts/show.html.erb @@ -89,6 +89,7 @@ <% end %> <% end %> + <%= render 'integrations' %> <% if can?(:manage, current_account) && Docuseal.multitenant? && true_user == current_user %>

Danger Zone