<%= govuk_header( classes: "app-header", homepage_url: Rails.application.routes.url_helpers.root_path, ) %> <%= govuk_service_navigation( service_name: t("service_name"), service_url: Rails.application.routes.url_helpers.root_path, classes: "app-main-service-navigation app-service-navigation--orange", ) do |component| %> <%= component.with_navigation_item(text: "Your account", href: Rails.application.routes.url_helpers.account_path) %> <%= component.with_navigation_item(text: "Sign out", href: Rails.application.routes.url_helpers.destroy_user_session_path) %> <% end %>