Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pipelines.html.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a46421120cd148f22855b4a875d2aa1e96df188e (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _('Pipelines'), "#{@commit.title} (#{@commit.short_id})", _('Commits')
- add_page_specific_style 'page_bundles/pipelines'
- add_page_specific_style 'page_bundles/ci_status'

= 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