aboutsummaryrefslogtreecommitdiff
path: root/config/initializers/govuk_admin_template.rb
blob: ab074f57e748246d7e21a324556c9d5f5e600f9d (plain)
1
2
3
4
5
6
GovukAdminTemplate.configure do |c|
  c.app_title = "GOV.UK Mini Environment Admin"
  c.show_flash = true
  c.show_signout = true
  c.disable_google_analytics = true
end