2019-07-07 11:18:12 +05:30
|
|
|
- page_title _('Pipelines'), "#{@commit.title} (#{@commit.short_id})", _('Commits')
|
2021-01-03 14:25:43 +05:30
|
|
|
- add_page_specific_style 'page_bundles/pipelines'
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'commit_box'
|
|
|
|
= render 'ci_menu'
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'projects/commit/pipelines_list', endpoint: pipelines_project_commit_path(@project, @commit.id)
|