From 331a9281c14424fe9ef24b9e3c03dca460985741 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 29 May 2024 03:49:10 +0000 Subject: [PATCH] Add catch all "contact us" on help page https://www.bugherd.com/t/dJ2CoQiwDu3rCvREUmNRVw --- app/views/_tailwind/documentation/faq.html.erb | 1 + .../_tailwind/documentation/faqs/_contact_us.html.erb | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 app/views/_tailwind/documentation/faqs/_contact_us.html.erb diff --git a/app/views/_tailwind/documentation/faq.html.erb b/app/views/_tailwind/documentation/faq.html.erb index 418abc3ca..706eefc7f 100644 --- a/app/views/_tailwind/documentation/faq.html.erb +++ b/app/views/_tailwind/documentation/faq.html.erb @@ -18,5 +18,6 @@ <%= render "documentation/faqs/link_not_direct" %> <%= render "documentation/faqs/disclosure" %> <%= render "documentation/faqs/address" %> + <%= render "documentation/faqs/contact_us" %> diff --git a/app/views/_tailwind/documentation/faqs/_contact_us.html.erb b/app/views/_tailwind/documentation/faqs/_contact_us.html.erb new file mode 100644 index 000000000..b5af58167 --- /dev/null +++ b/app/views/_tailwind/documentation/faqs/_contact_us.html.erb @@ -0,0 +1,7 @@ +
+ I can't find the answer to my question. Who can I contact? +
+
+ If you can't find an answer to your question then please <%= pa_link_to "send us a message", documentation_contact_path %>. + Be warned though we're a tiny team and so it might take us a little while to get back to you. +