diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index ecd75c0..2652985 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -1,4 +1,4 @@ -<% +<% # Override the default Rails route helper for the contact_us page IF an alternate contact_us url was defined # in the branding config file contact_us = Rails.application.config.branding[:organisation][:contact_us_url] || contact_us_path @@ -10,11 +10,10 @@