Skip to content

Commit

Permalink
Remove development title lux ad mosam (#946)
Browse files Browse the repository at this point in the history
* intial commit

* Fix typo

* update tomato to sofia

* updated with suggestion
  • Loading branch information
lodewiges authored Nov 27, 2024
1 parent 19f0502 commit 56e54e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/partials/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<span class="text-danger text-uppercase fw-bold mx-2">
<% 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 %>
</span>
Expand Down

0 comments on commit 56e54e6

Please sign in to comment.