• style="background-image: url('<%= current_site. default_image.url %>');" <% end %> >
    • <%= 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_members_path, tabindex: '-1' %>
    • <% if (current_user.present? && current_user.workgroup.present? && current_user.is_admin?) %>
    • <%= link_to content_tag(:i, nil, :class => 'icons-cog') + ' ' + t('site.settings'), admin_items_path, tabindex: '-1' %>
    • <% end%>
  • <%= t(:homepage) %>
  • <% unless current_site.desktop_closed %>
  • <%= t(:desktop) %>
  • <% end%>