blob: d85d6729a818a1bb55d8e21a6998bb509bb94007 (
plain)
1
2
3
4
5
6
7
|
- page_title "Pipelines", "#{@commit.title} (#{@commit.short_id})", "Commits"
.prepend-top-default
= render "commit_box"
= render "ci_menu"
= render "pipelines_list", pipelines: @ci_pipelines
|