Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 23:47:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 23:47:12 +0300
commitcd2ddaaa451a36174d98bcd18ca2dcf5170c4a5c (patch)
tree4116858376782592f9337a518801f51c451e08f2
parentcc52018988f061d55375f68fce71698acdffd7bb (diff)
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.haml3
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"