From fc8e6eb5f3843839cdcf0effdce4864e4467092f Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 2 Nov 2014 17:58:37 +0100 Subject: [PATCH] routes, --- app/views/layouts/_header.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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