<%= t('projects.index.comment_tab') %>

<%= render partial: 'shared/comments/comments.html.erb', locals: { object: @project, comments: comments, can_create_comments: can_create_comments_in_project?(@project), create_url: project_project_comments_path(@project, format: :json), more_url: project_project_comments_path(@project, format: :json, from: comments.first&.id) } %>