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

= render "commit_box"

= render "ci_menu"
= render "pipelines_list", pipelines: @commit.pipelines.order(id: :desc)