Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_download.html.haml « buttons « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58f43ecb5d5f2341d08bdc45110e394b67438511 (plain)
1
2
3
4
- unless @project.empty_repo?
  - if can? current_user, :download_code, @project
    = link_to archive_namespace_project_repository_path(@project.namespace, @project, ref: @ref, format: 'zip'), class: 'btn has-tooltip', data: {container: "body"}, rel: 'nofollow', title: "Download ZIP" do
      = icon('download')