11 lines
391 B
Text
11 lines
391 B
Text
.menu-centered
|
|
ul.menu.icon-top
|
|
li class=('active' if action_name=='profile')
|
|
= link_to my_profile_path
|
|
= fa_icon 'user-o 2x', text: 'Myself'
|
|
li class=('active' if action_name=='uploads')
|
|
a href='#'
|
|
= fa_icon 'image 2x', text: 'My uploads'
|
|
li
|
|
= link_to destroy_user_session_path, :method => :delete
|
|
= fa_icon 'lock 2x', text: 'Logout'
|