summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lukeeeebennettplus@gmail.com>2016-06-01 00:07:05 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-10 17:52:46 +0100
commit30bf8dcc144784a3f8bc37b3a98bf8e393d05953 (patch)
treeb75ceada845c09185a1b7840a44289b3e61f6788
parentbedb711453d618e16bccc1e150d7a6437d8342d0 (diff)
downloadgitlab-ce-30bf8dcc144784a3f8bc37b3a98bf8e393d05953.tar.gz
Pipeline artifacts download button wording improved
Updated CHANGELOG Removed CHANGELOG entry
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index a0ffa065067..b8d8758fd2b 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -60,7 +60,7 @@
%li
= link_to download_namespace_project_build_artifacts_path(@project.namespace, @project, build), rel: 'nofollow' do
= icon("download")
- %span #{build.name}
+ %span Download '#{build.name}' artifacts
- if can?(current_user, :update_pipeline, @project)
- if pipeline.retryable?