diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 40300d78..fbf7fc6f 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -45,6 +45,7 @@
= succeed '!' do
= link_to current_user.name, user_contributions_path(current_user)
== You have #{current_user.points} points.
+ = link_to 'Items', user_closet_hangers_path(current_user)
= link_to 'Outfits', current_user_outfits_path
= link_to 'Settings', Openneo::Auth.remote_settings_url
= link_to 'Log out', logout_path_with_return_to