diff --git a/app/controllers/organizations/adopter_fosterer/faq_controller.rb b/app/controllers/organizations/adopter_fosterer/faq_controller.rb deleted file mode 100644 index 8befdf8e0..000000000 --- a/app/controllers/organizations/adopter_fosterer/faq_controller.rb +++ /dev/null @@ -1,12 +0,0 @@ -module Organizations - module AdopterFosterer - class FaqController < Organizations::BaseController - skip_verify_authorized only: [:index] - layout "adopter_foster_dashboard", only: :index - - def index - @faqs = Faq.all - end - end - end -end diff --git a/app/views/layouts/adopter_foster_dashboard.html.erb b/app/views/layouts/adopter_foster_dashboard.html.erb index 2772577c9..bb4858c06 100644 --- a/app/views/layouts/adopter_foster_dashboard.html.erb +++ b/app/views/layouts/adopter_foster_dashboard.html.erb @@ -85,11 +85,6 @@ <% end %> - <% if Current.organization.external_form_url.present? %>