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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
522 B
Text
Raw Permalink Normal View History

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'
2022-01-26 12:08:38 +05:30
- add_page_specific_style 'page_bundles/ci_status'
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)
2021-03-11 19:13:27 +05:30
- if can_collaborate_with_project?(@project)
= render "projects/commit/change", type: 'revert', commit: @commit
= render "projects/commit/change", type: 'cherry-pick', commit: @commit