Rename profile settings navigation to "Profile Settings"

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-01 10:36:38 +02:00
parent aa1c321459
commit f07273f6f6
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
= link_to profile_path, title: 'Profile settings', data: {toggle: 'tooltip', placement: 'bottom'} do
= icon('user fw')
%span
Profile
Profile Settings
= nav_link(controller: :help) do
= link_to help_path, title: 'Help', data: {placement: 'right'} do
= icon('question-circle fw')

View file

@ -1,5 +1,5 @@
- page_title "Settings"
- header_title "Settings", profile_path
- page_title "Profile Settings"
- header_title "Profile Settings", profile_path
- sidebar "profile"
= render template: "layouts/application"