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

6 lines
231 B
Text
Raw Normal View History

2019-05-18 00:54:41 +05:30
- page_title _('Pipelines'), "#{@commit.title} (#{@commit.short_id})", _('Commits')
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)