diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-14 21:47:12 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-14 21:47:12 +0100 |
commit | cd2ddaaa451a36174d98bcd18ca2dcf5170c4a5c (patch) | |
tree | 4116858376782592f9337a518801f51c451e08f2 | |
parent | cc52018988f061d55375f68fce71698acdffd7bb (diff) | |
download | gitlab-ce-cd2ddaaa451a36174d98bcd18ca2dcf5170c4a5c.tar.gz |
add missing padding for commit -> builds page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/projects/commit/builds.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/commit/builds.html.haml b/app/views/projects/commit/builds.html.haml index 99d62503a94..7118a4846c6 100644 --- a/app/views/projects/commit/builds.html.haml +++ b/app/views/projects/commit/builds.html.haml @@ -1,6 +1,7 @@ - page_title "Builds", "#{@commit.title} (#{@commit.short_id})", "Commits" = render "projects/commits/header_title" -= render "commit_box" +.prepend-top-default + = render "commit_box" = render "ci_menu" = render "builds" |