We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0502 commit 56e54e6Copy full SHA for 56e54e6
1 file changed
app/views/partials/_footer.html.erb
@@ -2,7 +2,7 @@
2
<span class="text-danger text-uppercase fw-bold mx-2">
3
<% if Rails.application.config.x.sofia_host == 'stagingstreep.csvalpha.nl' %>
4
For demo and testing purposes only
5
- <% 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' %>
6
Development mode
7
<% end %>
8
</span>
0 commit comments