debian-mirror-gitlab/app/views/projects/pipelines/show.html.haml

13 lines
485 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2018-03-17 18:26:18 +05:30
- add_to_breadcrumbs "Pipelines", project_pipelines_path(@project)
- breadcrumb_title "##{@pipeline.id}"
2016-06-02 11:05:42 +05:30
- page_title "Pipeline"
2017-08-17 22:00:37 +05:30
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
- if @commit
= render "projects/pipelines/info"
2016-06-02 11:05:42 +05:30
2017-08-17 22:00:37 +05:30
= render "projects/pipelines/with_tabs", pipeline: @pipeline
2017-09-10 17:25:29 +05:30
.js-pipeline-details-vue{ data: { endpoint: project_pipeline_path(@project, @pipeline, format: :json) } }