diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index cf69b955d..6943d7ae2 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -38,7 +38,13 @@ logotype: 'GOV.UK', service_name: 'Share Lettings and Sales for Social Housing in England Data with DLUHC', service_url: '/' - ) + ) do |component| + unless current_user.nil? + component.navigation_item(text: 'Your account', href: '/users/account') + component.navigation_item(text: 'Sign out', href: destroy_user_session_path) + component.navigation_item(text: 'Page C', href: '/#page-c') + end + end %>