Commit afda6f82346a2fafeed9d9d8043e922fc5dadceb
1 parent
327f5f46
Exists in
master
and in
2 other branches
Remove inexistent item from menu
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/views/layouts/_menu.haml
| @@ -52,8 +52,6 @@ | @@ -52,8 +52,6 @@ | ||
| 52 | = current_user.name | 52 | = current_user.name |
| 53 | %strong.caret | 53 | %strong.caret |
| 54 | %ul.dropdown-menu | 54 | %ul.dropdown-menu |
| 55 | - %li= link_to t('shared.edit'), '' | ||
| 56 | - %li.divider | ||
| 57 | %li= link_to t('shared.logout'), destroy_user_session_path, :method => 'delete' | 55 | %li= link_to t('shared.logout'), destroy_user_session_path, :method => 'delete' |
| 58 | 56 | ||
| 59 | / | 57 | / |