Commit afda6f82346a2fafeed9d9d8043e922fc5dadceb

Authored by Fernando Brito
1 parent 327f5f46
Exists in master and in 2 other branches v2, wikilibras

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 52 = current_user.name
53 53 %strong.caret
54 54 %ul.dropdown-menu
55   - %li= link_to t('shared.edit'), ''
56   - %li.divider
57 55 %li= link_to t('shared.logout'), destroy_user_session_path, :method => 'delete'
58 56  
59 57 /
... ...