= content_for :meta_tags do - if current_user = auto_discovery_link_tag(:atom, namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "#{@project.name} activity") - if current_user && can?(current_user, :download_code, @project) = render 'shared/no_ssh' = render 'shared/no_password' = render "home_panel" .project-stats %ul.nav.nav-pills %li = link_to namespace_project_commits_path(@project.namespace, @project, @ref || @repository.root_ref) do = pluralize(number_with_delimiter(@repository.commit_count), 'commit') %li = link_to namespace_project_branches_path(@project.namespace, @project) do = pluralize(number_with_delimiter(@repository.branch_names.count), 'branch') %li = link_to namespace_project_tags_path(@project.namespace, @project) do = pluralize(number_with_delimiter(@repository.tag_names.count), 'tag') - if @repository.changelog %li = link_to changelog_url(@project) do Changelog - if @repository.license %li = link_to license_url(@project) do License - if @repository.contribution_guide %li = link_to contribution_guide_url(@project) do Contribution guide - if @project.archived? .text-warning.center.prepend-top-20 %p = icon("exclamation-triangle fw") Archived project! Repository is read-only %hr %section - if readme = @repository.readme %article.readme-holder#README .clearfix %small.pull-right = link_to namespace_project_blob_path(@project.namespace, @project, tree_join(@repository.root_ref, readme.name)), class: 'light' do %i.fa.fa-file = readme.name .wiki = render_readme(readme) - else %h3.page-title This project does not have README yet - if can?(current_user, :push_code, @project) %p.slead A %code README file contains information about other files in a repository and is commonly distributed with computer software, forming part of its documentation. %br We recommend you to = link_to "add README", new_readme_path, class: 'underlined-link' file to the repository and GitLab will render it here instead of this message. - if current_user - access = user_max_access_in_project(current_user, @project) - if access %hr %p.light You have #{access} access to this project. - if @project.project_member_by_id(current_user) = link_to leave_namespace_project_project_members_path(@project.namespace, @project), data: { confirm: leave_project_message(@project) }, method: :delete, title: 'Leave project', class: 'cred' do Leave this project