diff options
Diffstat (limited to 'app/views/projects/commit/builds.html.haml')
-rw-r--r-- | app/views/projects/commit/builds.html.haml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/projects/commit/builds.html.haml b/app/views/projects/commit/builds.html.haml new file mode 100644 index 00000000000..077b2d2725b --- /dev/null +++ b/app/views/projects/commit/builds.html.haml @@ -0,0 +1,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" |