summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/browse.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/artifacts/browse.html.haml')
-rw-r--r--app/views/projects/artifacts/browse.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml
index fc161be2ffc..1add7ef6bfb 100644
--- a/app/views/projects/artifacts/browse.html.haml
+++ b/app/views/projects/artifacts/browse.html.haml
@@ -1,11 +1,11 @@
-- page_title "#{@build.name} (##{@build.id})", 'Build artifacts'
-- header_title project_title(@project, "Build artifacts", namespace_project_build_path(@project.namespace, @project, @build))
+- page_title 'Artifacts', "#{@build.name} (##{@build.id})", 'Builds'
+= render 'projects/builds/header_title'
#tree-holder.tree-holder
.gray-content-block.top-block.clearfix
.pull-right
= link_to download_namespace_project_build_artifacts_path(@project.namespace, @project, @build),
- class: 'btn btn-default', method: :get do
+ class: 'btn btn-default' do
= icon('download')
Download artifacts archive
@@ -17,8 +17,8 @@
%th Name
%th Size
%th Download
- = render partial: 'tree_directory', collection: @path.directories!, as: :directory
- = render partial: 'tree_file', collection: @path.files, as: :file
+ = render partial: 'tree_directory', collection: @entry.directories(parent: true), as: :directory
+ = render partial: 'tree_file', collection: @entry.files, as: :file
-- if @path.children.empty?
+- if @entry.empty?
.center Empty