|
|
|
@ -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) |
|
|
|
|