<% provide(:head_title, t("projects.index.head_title")) %> <% 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 } if current_team %> <% end %> <% content_for :breadcrumbs do %> <%= render partial: 'projects/index/breadcrumbs' if @current_folder %> <% end %>
<%= render partial: 'projects/index/header' %> <%= render partial: 'projects/index/modals/edit_modal' %> <%= render partial: 'projects/index/modals/manage_users' %> <%= render partial: 'projects/index/modals/export_projects' %>
<%= t('.card.name') %>
<%= t('.card.start_date') %>
<%= t('.card.visibility') %>
<%= t('.card.users') %>
<%= t('.card.archived_date') %>
<%= javascript_include_tag "projects/index" %>