<%= link_to image_tag("manage/panel/maximise_but.gif", :alt=>'', :title=>''), manage_structures_path, :class=>"maximize" %>
<%=raw t('manage.title') %>
<% if can? :read, Structure, :context => :manage %>
- <%= link_to_unless_current_span2 t('manage.plugins.structures'), manage_structures_path %>
<% end %>
<% if can? :read, User, :context => :manage %>
- <%= link_to_unless_current_span2 t('manage.plugins.users'), manage_users_path %>
<% end %>
<% if can? :read, :settings, :context => :manage %>
- <%= link_to_unless_current_span2 t('manage.plugins.settings'), manage_settings_path %>
<% end %>
<%= link_to current_user.name, edit_manage_user_path(current_user), :class=>"p-name" %>
<%= link_to t('manage.exit'), destroy_user_session_path, :class=>"p-exit", :method => :delete %>
<%= link_to manage_user_avatar_tag(current_user, :type=>:small), edit_manage_user_path(current_user) %>