• <%= link_to content_tag(:i, nil, :class => 'icons-gauge') + ' ' + t(:dashboard_), admin_dashboards_path, tabindex: '-1' %>
    • <%= link_to content_tag(:i, nil, :class => 'icons-users') + ' ' + t(:member), admin_users_new_interface_index_path, tabindex: '-1' %>
    • <% if (is_admin? rescue false) %>
    • <%= link_to content_tag(:i, nil, :class => 'icons-flow-tree') + ' ' + t(:structure), admin_items_path, tabindex: '-1' %>
    • <%= link_to content_tag(:i, nil, :class => 'icons-cog') + ' ' + t('site.settings'), admin_site_site_info_path(@site), tabindex: '-1' %>
    • <% end %>
  • <%= t(:homepage) %>
  • <%= t(:desktop) %>