From 56e54e6b14bf7da24ea455df7bf699a96a107418 Mon Sep 17 00:00:00 2001 From: lodewiges <131907615+lodewiges@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:34:03 +0100 Subject: [PATCH] Remove development title lux ad mosam (#946) * intial commit * Fix typo * update tomato to sofia * updated with suggestion --- app/views/partials/_footer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/partials/_footer.html.erb b/app/views/partials/_footer.html.erb index fe300cb79..c510d5f3c 100644 --- a/app/views/partials/_footer.html.erb +++ b/app/views/partials/_footer.html.erb @@ -2,7 +2,7 @@ <% if Rails.application.config.x.sofia_host == 'stagingstreep.csvalpha.nl' %> For demo and testing purposes only - <% elsif Rails.application.config.x.sofia_host != 'streep.csvalpha.nl' %> + <% elsif Rails.application.config.x.sofia_host != 'streep.csvalpha.nl' && Rails.application.config.x.sofia_host != 'luxstreep.csvalpha.nl' %> Development mode <% end %>