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

%div{ class: container_class }
  .prepend-top-default
    = render "commit_box"

  = render "ci_menu"
  = render "builds"