debian-mirror-gitlab/app/views/projects/commit/pipelines.html.haml
2021-01-03 14:25:43 +05:30

6 lines
282 B
Text

- 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)