summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_new_profile_sidebar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/nav/_new_profile_sidebar.html.haml')
-rw-r--r--app/views/layouts/nav/_new_profile_sidebar.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/nav/_new_profile_sidebar.html.haml b/app/views/layouts/nav/_new_profile_sidebar.html.haml
index 465bad1de21..033ea149cfb 100644
--- a/app/views/layouts/nav/_new_profile_sidebar.html.haml
+++ b/app/views/layouts/nav/_new_profile_sidebar.html.haml
@@ -1,8 +1,8 @@
.nav-sidebar
- .context-header
+ = link_to profile_path, title: 'Profile Settings', class: 'context-header' do
.avatar-container.s40.settings-avatar
- = icon('wrench')
- .project-title Settings
+ = icon('user')
+ .project-title User Settings
%ul.sidebar-top-level-items
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
= link_to profile_path, title: 'Profile Settings' do