BigW Consortium Gitlab

pipelines.html.haml 255 Bytes
Newer Older
1
- page_title 'Pipelines', "#{@commit.title} (#{@commit.short_id})", 'Commits'
2

3 4
= render 'commit_box'
= render 'ci_menu'
5
= render 'projects/commit/pipelines_list', endpoint: pipelines_namespace_project_commit_path(@project.namespace, @project, @commit.id)