diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-04 12:21:28 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-10 15:09:08 -0600 |
commit | a11e798aa0fdc2f67bdc0fc5ad611a6872af0e9f (patch) | |
tree | 56e38778e8681ac94a11df979b4a41390f3cf644 /app/views/projects | |
parent | eefbc2bf738b9b715aad3777868d4dbeaadf612e (diff) | |
download | gitlab-ce-a11e798aa0fdc2f67bdc0fc5ad611a6872af0e9f.tar.gz |
Keep sidebars absolute until fixed at top; remove unneeded JS
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/builds/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml index 56fc5f5e68b..f4a49ba71c6 100644 --- a/app/views/projects/builds/_sidebar.html.haml +++ b/app/views/projects/builds/_sidebar.html.haml @@ -1,6 +1,6 @@ - builds = @build.pipeline.builds.to_a -%aside.right-sidebar.right-sidebar-expanded.build-sidebar.js-build-sidebar +%aside.right-sidebar.right-sidebar-expanded.build-sidebar.js-build-sidebar{ data: { "offset-top" => "151", "spy" => "affix" } } .block.build-sidebar-header.visible-xs-block.visible-sm-block.append-bottom-default Job %strong ##{@build.id} |