summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/pipelines.html.haml
blob: cd49dd899a0e90d223e4a3647df2729874be2fbb (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('Pipelines'), "#{@commit.title} (#{@commit.short_id})", _('Commits')
- add_page_specific_style 'page_bundles/pipelines'

= render 'commit_box'
= render 'ci_menu'
= render 'projects/commit/pipelines_list', endpoint: pipelines_project_commit_path(@project, @commit.id)

- if can_collaborate_with_project?(@project)
  = render "projects/commit/change", type: 'revert', commit: @commit
  = render "projects/commit/change", type: 'cherry-pick', commit: @commit