From 8ec6990fb8462cf57a88d22893ef9ea498d011bf Mon Sep 17 00:00:00 2001 From: Michael Volo Date: Thu, 19 Dec 2024 15:25:17 -0600 Subject: [PATCH] adding support chat bubble to accounts --- app/views/layouts/_chat_support.html.erb | 19 +++++++++++++++++++ app/views/layouts/newflow_layout.html.erb | 1 + 2 files changed, 20 insertions(+) create mode 100644 app/views/layouts/_chat_support.html.erb diff --git a/app/views/layouts/_chat_support.html.erb b/app/views/layouts/_chat_support.html.erb new file mode 100644 index 0000000000..77a1832cdf --- /dev/null +++ b/app/views/layouts/_chat_support.html.erb @@ -0,0 +1,19 @@ + + diff --git a/app/views/layouts/newflow_layout.html.erb b/app/views/layouts/newflow_layout.html.erb index 0a6fc600c6..601f6d6805 100644 --- a/app/views/layouts/newflow_layout.html.erb +++ b/app/views/layouts/newflow_layout.html.erb @@ -63,6 +63,7 @@ <%= render partial: 'layouts/newflow_footer' %> <%= render partial: "layouts/google_analytics" %> + <%= render partial: 'layouts/chat_support' %> <%= yield :javascript %>