<% provide(:sidebar_title, t("projects.index.navigation_title")) %> <% provide(:sidebar_url, sidebar_team_path(current_team, project_folder_id: current_folder&.id)) %> <% provide(:container_class, 'no-second-nav-container') %> <%= content_for :sidebar do %> <%= render partial: 'shared/sidebar/projects', locals: { team: current_team, sort: nil, view_mode: projects_view_mode } if current_team %> <% end %>
<%= render partial: 'projects/index/header', locals: { current_folder: current_folder} %> <%= render partial: 'projects/index/modals/edit_modal' %> <%= render partial: 'projects/index/modals/move_to_modal' %> <%= render partial: 'projects/index/modals/manage_users' %> <%= render partial: 'projects/index/modals/export_projects' %>
<%= t('.card.name') %>
<%= t('.card.id') %>
<%= t('.card.start_date') %>
<%= t('.card.archived_date') %>
<%= t('.card.visibility') %>
<%= t('.card.users') %>
<%= javascript_include_tag "projects/index" %>