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

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