Browse Source

Second temp edit

pull/2062/head
Rachael Booth 3 years ago
parent
commit
1066be1abb
  1. 1
      app/views/layouts/application.html.erb

1
app/views/layouts/application.html.erb

@ -91,6 +91,7 @@
navigation_classes: "govuk-header__navigation--end", navigation_classes: "govuk-header__navigation--end",
) do |component| ) do |component|
component.product_name(name: t("service_name")) component.product_name(name: t("service_name"))
component.service_url(root_path)
unless FeatureToggle.maintenance_mode_enabled? unless FeatureToggle.maintenance_mode_enabled?
if current_user.nil? if current_user.nil?
component.navigation_item(text: "Sign in", href: user_session_path) component.navigation_item(text: "Sign in", href: user_session_path)

Loading…
Cancel
Save