diff options
author | Bryce Johnson <bryce@gitlab.com> | 2017-06-21 07:33:39 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-21 07:33:39 +0000 |
commit | fbab37f15a33c936ab92d0d523318bf6573bdc0f (patch) | |
tree | 59f9e0e287bd0c57e248831ea7a1ee79c07da09e /app/views/shared | |
parent | b2e1d32e7a74b22b23e8ab052bd29e15bb8a4f1e (diff) | |
download | gitlab-ce-fbab37f15a33c936ab92d0d523318bf6573bdc0f.tar.gz |
Bulk edit scroll fix
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/issuable/_bulk_update_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_bulk_update_sidebar.html.haml b/app/views/shared/issuable/_bulk_update_sidebar.html.haml index a8a6d84128d..7cfdfb6e6ee 100644 --- a/app/views/shared/issuable/_bulk_update_sidebar.html.haml +++ b/app/views/shared/issuable/_bulk_update_sidebar.html.haml @@ -1,7 +1,7 @@ - type = local_assigns.fetch(:type) %aside.issues-bulk-update.js-right-sidebar.right-sidebar.affix-top{ data: { "offset-top" => "50", "spy" => "affix" }, "aria-live" => "polite" } - .issuable-sidebar + .issuable-sidebar.hidden = form_tag [:bulk_update, @project.namespace.becomes(Namespace), @project, type], method: :post, class: "bulk-update" do .block .filter-item.inline.update-issues-btn.pull-left |