dc6ec2adf8
Added sidebar Removed elements not present in design
22 lines
748 B
Text
22 lines
748 B
Text
- page_title 'Artifacts', "#{@build.name} (##{@build.id})", 'Builds'
|
|
- header_title project_title(@project, "Builds", project_builds_path(@project))
|
|
|
|
.top-block.row-content-block.clearfix
|
|
.pull-right
|
|
= link_to download_namespace_project_build_artifacts_path(@project.namespace, @project, @build),
|
|
class: 'btn btn-default download' do
|
|
= icon('download')
|
|
Download artifacts archive
|
|
|
|
.tree-holder
|
|
%div.tree-content-holder
|
|
%table.table.tree-table
|
|
%thead
|
|
%tr
|
|
%th Name
|
|
%th Size
|
|
= render partial: 'tree_directory', collection: @entry.directories(parent: true), as: :directory
|
|
= render partial: 'tree_file', collection: @entry.files, as: :file
|
|
|
|
- if @entry.empty?
|
|
.center Empty
|