Improve project settings button on profile
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
c99473e57c
commit
558084f403
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
- if @user == current_user
|
||||
.pull-right.hidden-xs
|
||||
= link_to profile_path, class: 'btn btn-sm' do
|
||||
%i.fa.fa-pencil-square-o
|
||||
Edit Profile settings
|
||||
= icon('user')
|
||||
Profile settings
|
||||
- elsif current_user
|
||||
.pull-right
|
||||
%span.dropdown
|
||||
|
|
Loading…
Reference in a new issue