summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lukeeeebennettplus@gmail.com>2016-06-01 00:07:05 +0100
committerRobert Speicher <rspeicher@gmail.com>2016-06-15 20:52:12 -0400
commit8191accedc2707a2943657e5cb6a7fbbd2284339 (patch)
tree665d425ef72495bd533a28207277877b1eb93c27
parent01f577bb6b06c9e63dd921c94f046087ff22b3ca (diff)
downloadgitlab-ce-8191accedc2707a2943657e5cb6a7fbbd2284339.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?