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:
authorClement Ho <clemmakesapps@gmail.com>2017-06-22 08:57:11 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-06-22 08:57:11 +0300
commitb3edcfeb51d7930ad0330e401f2ef5f27ee9671c (patch)
treea8d34dec7a3923f9ef807373980d62c2247ca394 /app/views/shared/issuable/_bulk_update_sidebar.html.haml
parent31573d98f9e34a4fec6c41e0e8c8f3151e8837b5 (diff)
parent261e4fe8d8e6c01d0278a9e3770fe78d75336a07 (diff)
Merge branch '9-3-stable-rc7' into '9-3-stable'
Prepare 9.3 RC7 See merge request !12348
Diffstat (limited to 'app/views/shared/issuable/_bulk_update_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_bulk_update_sidebar.html.haml2
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