diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml
index 1014359d..f58798ce 100644
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -17,8 +17,8 @@
= current_user.screen_name
%b.caret
%ul.dropdown-menu
- %li= link_to "Profile", edit_user_registration_path
- %li= link_to "Settings", "#"
+ %li= link_to "View profile", show_user_profile_at_path(current_user.screen_name)
+ %li= link_to "Settings", edit_user_registration_path
%li.divider
%li= link_to "Logout", destroy_user_session_path, method: :delete
- else