summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-06 12:15:28 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-06 12:15:28 -0500
commitc8407dd9cfa970de698ac50a0af636b1fa8df0b0 (patch)
tree8b9e2c92faf07d85b7bf86e9b7fd5aa9104c7025
parent96684317aa56b8754c4762012554b828db4293af (diff)
downloadgitlab-ce-18935-pipeline-button.tar.gz
Change new pipeline to run pipeline18935-pipeline-button
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 28b475d5c2f..a1b8454ecda 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -28,7 +28,7 @@
.nav-controls
- if can? current_user, :create_pipeline, @project
= link_to new_namespace_project_pipeline_path(@project.namespace, @project), class: 'btn btn-create' do
- New pipeline
+ Run pipeline
- unless @repository.gitlab_ci_yml
= link_to 'Get started with Pipelines', help_page_path('ci/quick_start', 'README'), class: 'btn btn-info'