Change new pipeline to run pipeline

This commit is contained in:
Annabel Dunstone 2016-07-06 12:15:28 -05:00
parent 96684317aa
commit c8407dd9cf
1 changed files with 1 additions and 1 deletions

View File

@ -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'