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.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml
index 84034c8bf16..563bde47ed9 100644
--- a/app/views/projects/artifacts/browse.html.haml
+++ b/app/views/projects/artifacts/browse.html.haml
@@ -1,4 +1,4 @@
-- page_title 'Artifacts', "#{@build.name} (##{@build.id})", 'Builds'
+- page_title '附件', "#{@build.name} (##{@build.id})", '构建'
= render 'projects/builds/header_title'
.top-block.gray-content-block.clearfix
@@ -6,17 +6,17 @@
= 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
+ %th 名称
+ %th 大小
= 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
+ .center 空