4 lines
314 B
Text
4 lines
314 B
Text
- 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')
|