summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/pipelines.html.haml
blob: 0dbd6e53212866a07a0f67ad30a2d8ed556475df (plain)
1
2
3
4
5
6
- 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)