Commit ff22868b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'renasem-btn' into 'master'

Improve project settings button on profile

Rename `Edit profile settings` to `profile settings` button
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

See merge request !1932
parents c99473e5 558084f4
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
- if @user == current_user - if @user == current_user
.pull-right.hidden-xs .pull-right.hidden-xs
= link_to profile_path, class: 'btn btn-sm' do = link_to profile_path, class: 'btn btn-sm' do
%i.fa.fa-pencil-square-o = icon('user')
Edit Profile settings Profile settings
- elsif current_user - elsif current_user
.pull-right .pull-right
%span.dropdown %span.dropdown
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment