Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lukeeeebennettplus@gmail.com>2016-06-01 02:07:05 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-16 03:52:12 +0300
commit8191accedc2707a2943657e5cb6a7fbbd2284339 (patch)
tree665d425ef72495bd533a28207277877b1eb93c27 /app/views/projects
parent01f577bb6b06c9e63dd921c94f046087ff22b3ca (diff)
Pipeline artifacts download button wording improved
Updated CHANGELOG Removed CHANGELOG entry
Diffstat (limited to 'app/views/projects')
-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?