From debdbde2a7e8e20e69d30f9028e4c0a8f63eaeb2 Mon Sep 17 00:00:00 2001 From: Jorai Geertsema Date: Thu, 21 Nov 2024 16:00:03 +0100 Subject: [PATCH 1/4] intial commit --- 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 5e2ce47d4..b09e14fbf 100644 --- a/app/views/partials/_footer.html.erb +++ b/app/views/partials/_footer.html.erb @@ -2,7 +2,7 @@ <% if Rails.application.config.x.tomato_host == 'stagingstreep.csvalpha.nl' %> For demo and testing purposes only - <% elsif Rails.application.config.x.tomato_host != 'streep.csvalpha.nl' %> + <% elsif Rails.application.config.x.tomato_host != 'streep.csvalpha.nl'|| Rails.application.config.x.tomato_host != 'luxstreep.csvalpha.nl'||%> Development mode <% end %> From 759adb5674faed65cc8c134fed5de41a681c6429 Mon Sep 17 00:00:00 2001 From: Jorai Geertsema Date: Thu, 21 Nov 2024 16:02:26 +0100 Subject: [PATCH 2/4] Fix typo --- 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 b09e14fbf..6b60a7386 100644 --- a/app/views/partials/_footer.html.erb +++ b/app/views/partials/_footer.html.erb @@ -2,7 +2,7 @@ <% if Rails.application.config.x.tomato_host == 'stagingstreep.csvalpha.nl' %> For demo and testing purposes only - <% elsif Rails.application.config.x.tomato_host != 'streep.csvalpha.nl'|| Rails.application.config.x.tomato_host != 'luxstreep.csvalpha.nl'||%> + <% elsif Rails.application.config.x.tomato_host != 'streep.csvalpha.nl' || Rails.application.config.x.tomato_host != 'luxstreep.csvalpha.nl' %> Development mode <% end %> From 4556efccd611fc17ef8da7e5d1e909e4c27de1cc Mon Sep 17 00:00:00 2001 From: lodewiges <131907615+lodewiges@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:22:40 +0100 Subject: [PATCH 3/4] update tomato to sofia --- app/views/partials/_footer.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/partials/_footer.html.erb b/app/views/partials/_footer.html.erb index 6b60a7386..c07cb8044 100644 --- a/app/views/partials/_footer.html.erb +++ b/app/views/partials/_footer.html.erb @@ -1,8 +1,8 @@