summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/builds.html.haml
blob: 077b2d2725b2c2c4c098fe5ad4f1ca4bff4254a1 (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true
- page_title "Builds", "#{@commit.title} (#{@commit.short_id})", "Commits"
= render "projects/commits/head"

%div{ class: container_class }
  = render "commit_box"

  = render "ci_menu"
  = render "builds"