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