Skip to content

Commit

Permalink
Merge pull request #1725 from alphagov/remove-unnecessary-admin-templ…
Browse files Browse the repository at this point in the history
…ate-config
  • Loading branch information
theseanything authored Jun 12, 2024
2 parents 28f454c + 57f462f commit 670ba26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/govuk_admin_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
c.show_signout = true
c.show_flash = true
end

GovukAdminTemplate.environment_label = ENV.fetch("GOVUK_ENVIRONMENT_NAME", "development").titleize
GovukAdminTemplate.environment_style = ENV["GOVUK_ENVIRONMENT_NAME"] == "production" ? "production" : "preview"

0 comments on commit 670ba26

Please sign in to comment.