<%= @badge_count || @count %>
  • <%= menu_item("home", root_path) %>
  • <%= menu_item("starred", tag_path("starred")) %>
  • <%= menu_item("projects", projects_path) %>
  • <%= menu_item("tickler", tickler_path) %>
  • <%= t('layouts.navigation.organize') %>
    • <%= menu_item("contexts", contexts_path) %>
    • <%= menu_item("notes", notes_path) %>
    • <%= menu_item("review", review_path) %>
    • <%= menu_item("recurring_todos", recurring_todos_path) %>
  • <%= t('layouts.navigation.view') %>
    • <%= menu_item("calendar", calendar_path) %>
    • <%= menu_item("completed_tasks", done_overview_path) %>
    • <%= menu_item("feeds", feeds_path) %>
    • <%= menu_item("stats", stats_path) %>
    • <%= menu_item("toggle_contexts", "#", {:id => "toggle-contexts-nav"}) %>
    • <%= menu_item("toggle_notes", "#", {:id => "toggle-notes-nav"}) %>
    • <%= group_view_by_menu_entry %>
  • <%= t('layouts.navigation.admin') %>
    • <%= menu_item("preferences", preferences_path) %>
    • <%= menu_item("export", data_path) %>
    • <% if current_user.is_admin? -%>
    • <%= menu_item("manage_users", users_path) %>
    • <% end -%>
  • <%= t('layouts.navigation.help') %>
    • <%= menu_item("keyboard_shortcuts", "#",{:id => "menu-keyboard-shotcuts"}) %>
    • <%= menu_item("integrations", integrations_path) %>
    • <%= menu_item("api_docs", rest_api_docs_path) %>
  • <%= link_to("".html_safe, logout_path, title: "#{t('common.logout')} (#{current_user.display_name})") %>